UpdateDatabase/MysqlLinks.php
authoredward <edward@roojs.com>
Thu, 10 Dec 2015 06:38:47 +0000 (14:38 +0800)
committeredward <edward@roojs.com>
Thu, 10 Dec 2015 06:38:47 +0000 (14:38 +0800)
UpdateDatabase/MysqlLinks.php

index 6afbfb1..c229964 100644 (file)
@@ -459,7 +459,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
                     AND
                         T.table_schema = '{$ce->database()}' COLLATE utf8_unicode_ci
                     AND
-                        T.table_name = {$tbl} COLLATE utf8_unicode_ci
+                        T.table_name = '{$tbl}' COLLATE utf8_unicode_ci
             ");
                      
             $ce->fetch();