From b5cae06cd41be2a8d2c793b42d3764b0e04a03ed Mon Sep 17 00:00:00 2001 From: ericmerrill Date: Wed, 7 Oct 2009 16:27:29 +0000 Subject: [PATCH] My Moodle: MDL-19089 Course limit for My Moodle not propperly obeyed. Fixing very minor typo in previous commit --- my/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/my/index.php b/my/index.php index 86cb6e55f2997..8d5cbef3b4790 100644 --- a/my/index.php +++ b/my/index.php @@ -70,7 +70,6 @@ $morecourses = false; if ($courses_limit > 0) { - print "a"; $courses_limit = $courses_limit + 1; }