]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14679 towards stats conversion
authorskodak <skodak>
Mon, 2 Jun 2008 08:42:00 +0000 (08:42 +0000)
committerskodak <skodak>
Mon, 2 Jun 2008 08:42:00 +0000 (08:42 +0000)
lib/statslib.php

index 6b96e5dd048fb53ffb8d70118572252bbc762061..acded270e60bd1a68110071099775b61770dde91 100644 (file)
@@ -1179,7 +1179,7 @@ function stats_get_parameters($time,$report,$courseid,$mode,$roleid=0) {
     }
     */
     //TODO must add the SITEID reports to the rest of the reports.
-    return array($param);
+    return $param;
 }
 
 function stats_get_view_actions() {