From: ethem Date: Sun, 15 Jun 2008 09:57:48 +0000 (+0000) Subject: fix skodak's fix, i hope this is last bug. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d36e65162a74f79dc66648e1757145b5b09970a5;p=moodle.git fix skodak's fix, i hope this is last bug. --- diff --git a/enrol/authorize/locallib.php b/enrol/authorize/locallib.php index f5959944c2..904ec27b08 100644 --- a/enrol/authorize/locallib.php +++ b/enrol/authorize/locallib.php @@ -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; } }