From 6c45af4f34590943cf6df7348e7ed8d1f2ea190a Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 2 Jun 2008 08:42:00 +0000 Subject: [PATCH] MDL-14679 towards stats conversion --- lib/statslib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5