Julio 5 роки тому
батько
коміт
77275c57e4

+ 0 - 1
main/admin/periodic_export.php

@@ -10,7 +10,6 @@ api_set_more_memory_and_time_limits();
 $this_section = SECTION_PLATFORM_ADMIN;
 $interbreadcrumb[] = ['url' => 'index.php', 'name' => get_lang('PlatformAdmin')];
 
-
 $nameTools = get_lang('PeriodicExports');
 $export = '';
 

+ 0 - 2
main/admin/special_exports.php

@@ -9,9 +9,7 @@ use Chamilo\CourseBundle\Component\CourseCopy\CourseSelectForm;
  *
  * @author Jhon Hinojosa
  * @author Julio Montoya Fixing pclzip folder + some clean <gugli100@gmail.com>
- *
  */
-
 $cidReset = true;
 require_once __DIR__.'/../inc/global.inc.php';
 

+ 1 - 1
main/gradebook/lib/GradebookUtils.php

@@ -1477,7 +1477,7 @@ class GradebookUtils
                 'score' => $certificateInfo['score_certificate'],
                 'date' => api_format_date($certificateInfo['created_at'], DATE_FORMAT_SHORT),
                 'link' => api_get_path(WEB_PATH)."certificates/index.php?id={$certificateInfo['id']}",
-                'pdf' => api_get_path(WEB_PATH)."certificates/index.php?id={$certificateInfo['id']}&user_id={$userId}&action=export"
+                'pdf' => api_get_path(WEB_PATH)."certificates/index.php?id={$certificateInfo['id']}&user_id={$userId}&action=export",
             ];
         }
 

+ 2 - 2
main/inc/lib/hook/interfaces/HookMyStudentsLpTrackingObserverInterface.php

@@ -13,7 +13,7 @@ interface HookMyStudentsLpTrackingObserverInterface extends HookObserverInterfac
      *     'value' => 'Users online',
      *     'attrs' => ['class' => 'text-center'],
      * ]
-     * </code>
+     * </code>.
      *
      * @param HookMyStudentsLpTrackingEventInterface $hook
      *
@@ -28,7 +28,7 @@ interface HookMyStudentsLpTrackingObserverInterface extends HookObserverInterfac
      *     'value' => '5 connected users ',
      *     'attrs' => ['class' => 'text-center text-success'],
      * ]
-     * </code>
+     * </code>.
      *
      * @param HookMyStudentsLpTrackingEventInterface $hook
      *

+ 2 - 2
main/inc/lib/hook/interfaces/HookMyStudentsQuizTrackingObserverInterface.php

@@ -13,7 +13,7 @@ interface HookMyStudentsQuizTrackingObserverInterface extends HookObserverInterf
      *     'value' => 'Users online',
      *     'attrs' => ['class' => 'text-center'],
      * ]
-     * </code>
+     * </code>.
      *
      * @param HookMyStudentsQuizTrackingEventInterface $hook
      *
@@ -28,7 +28,7 @@ interface HookMyStudentsQuizTrackingObserverInterface extends HookObserverInterf
      *     'value' => '5 connected users ',
      *     'attrs' => ['class' => 'text-center text-success'],
      * ]
-     * </code>
+     * </code>.
      *
      * @param HookMyStudentsQuizTrackingEventInterface $hook
      *

+ 1 - 1
main/inc/lib/tracking.lib.php

@@ -2992,7 +2992,7 @@ class Tracking
             }
 
             if ($debug) {
-                    var_dump($global_result, $lp_with_quiz);
+                var_dump($global_result, $lp_with_quiz);
             }
 
             return [$global_result, $lp_with_quiz];