From: ethem Date: Sat, 5 Jul 2008 12:22:57 +0000 (+0000) Subject: fix skodak's fix. add a } char to table name. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6278f7bf8c91761801770c22e6f0067d30f110c9;p=moodle.git fix skodak's fix. add a } char to table name. --- diff --git a/enrol/authorize/enrol.php b/enrol/authorize/enrol.php index ee824ba477..f7765d385e 100755 --- a/enrol/authorize/enrol.php +++ b/enrol/authorize/enrol.php @@ -732,7 +732,7 @@ class enrolment_plugin_authorize $select = "(status=?) AND (timecreatedexecute("UPDATE {enrol_authorize SET status=? WHERE $select", $params)) { + if ($DB->execute("UPDATE {enrol_authorize} SET status=? WHERE $select", $params)) { mtrace(" pending orders to expire have updated"); }