From d36e65162a74f79dc66648e1757145b5b09970a5 Mon Sep 17 00:00:00 2001 From: ethem Date: Sun, 15 Jun 2008 09:57:48 +0000 Subject: [PATCH] fix skodak's fix, i hope this is last bug. --- enrol/authorize/locallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.5