From 59a82ee1d8b1568bfe95afb8ffe1aae10c778c95 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 7 Apr 2009 07:45:03 +0000 Subject: [PATCH] MDL-13224 fixed coding style --- my/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/my/index.php b/my/index.php index 9670f5bf22..0d6c8ee3d3 100644 --- a/my/index.php +++ b/my/index.php @@ -61,7 +61,6 @@ // limits the number of courses showing up $courses_limit = 21; - $CFG->mycoursesperpage = (int)$CFG->mycoursesperpage; if (!empty($CFG->mycoursesperpage)) { $courses_limit = $CFG->mycoursesperpage; } -- 2.39.5