From: skodak Date: Mon, 2 Jun 2008 08:42:00 +0000 (+0000) Subject: MDL-14679 towards stats conversion X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6c45af4f34590943cf6df7348e7ed8d1f2ea190a;p=moodle.git MDL-14679 towards stats conversion --- diff --git a/lib/statslib.php b/lib/statslib.php index 6b96e5dd04..acded270e6 100644 --- a/lib/statslib.php +++ b/lib/statslib.php @@ -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() {