From: skodak <skodak>
Date: Tue, 7 Apr 2009 07:45:03 +0000 (+0000)
Subject: MDL-13224 fixed coding style
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=59a82ee1d8b1568bfe95afb8ffe1aae10c778c95;p=moodle.git

MDL-13224 fixed coding style
---

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;
     }