My Moodle: MDL-19089 Course limit for My Moodle not propperly obeyed. Fixing very minor typo in previous commit

This commit is contained in:
ericmerrill
2009-10-07 16:27:29 +00:00
parent a17fcb7b53
commit b5cae06cd4
-1
View File
@@ -70,7 +70,6 @@
$morecourses = false;
if ($courses_limit > 0) {
print "a";
$courses_limit = $courses_limit + 1;
}