]> git.mjollnir.org Git - moodle.git/commitdiff
As well as a credit to Nigel for the stats schema upgrade and data migration, the...
authormjollnir_ <mjollnir_>
Fri, 22 Sep 2006 03:15:52 +0000 (03:15 +0000)
committermjollnir_ <mjollnir_>
Fri, 22 Sep 2006 03:15:52 +0000 (03:15 +0000)
lib/statslib.php

index eac01701a72622fe0d9f9700ae64796d06c137d4..b30f288d07c780fb5fe95850506301024a1af714 100644 (file)
@@ -54,7 +54,7 @@
 
 function stats_cron_daily () {
     global $CFG;
-
+    
     if (empty($CFG->enablestats)) {
         return STATS_RUN_ABORTED;
     }