From 6278f7bf8c91761801770c22e6f0067d30f110c9 Mon Sep 17 00:00:00 2001 From: ethem Date: Sat, 5 Jul 2008 12:22:57 +0000 Subject: [PATCH] fix skodak's fix. add a } char to table name. --- enrol/authorize/enrol.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.39.5