]> git.mjollnir.org Git - moodle.git/commitdiff
fix skodak's fix, i hope this is last bug.
authorethem <ethem>
Sun, 15 Jun 2008 09:57:48 +0000 (09:57 +0000)
committerethem <ethem>
Sun, 15 Jun 2008 09:57:48 +0000 (09:57 +0000)
enrol/authorize/locallib.php

index f5959944c230683d834eca2c2997f5fb820d750d..904ec27b08dd1ce1cab24d0fad760ff07a193cb7 100644 (file)
@@ -164,7 +164,7 @@ function authorize_print_orders($courseid, $userid)
         }
 
         if (SITEID != $courseid) {
-            $where .= "AND (e.courseid = :courseid') ";
+            $where .= "AND (e.courseid = :courseid) ";
             $params['courseid'] = $courseid;
         }
     }