X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=UpdateDatabase%2FMysqlEngineCharset.php;h=3f90e9a3094813a2de8ca973b7e3fa66ca5eafd9;hb=2afab445c6da4686e0e17f45a6e57adbb004af36;hp=b9c241506a150c1a11c3d60a6be640b19ece3af6;hpb=1faea2e0cd7f48f05fc1d9402a1813e98222f56f;p=Pman.Core diff --git a/UpdateDatabase/MysqlEngineCharset.php b/UpdateDatabase/MysqlEngineCharset.php index b9c24150..3f90e9a3 100644 --- a/UpdateDatabase/MysqlEngineCharset.php +++ b/UpdateDatabase/MysqlEngineCharset.php @@ -92,7 +92,7 @@ class Pman_Core_UpdateDatabase_MysqlEngineCharset { $ce = DB_DataObject::factory('core_enum'); - $ce->query("select engine from information_schema.tables where table_schema='$ce->database()}' and table_name = '{$tbl}'"); + $ce->query("select engine from information_schema.tables where table_schema='{$ce->database()}' and table_name = '{$tbl}'"); $ce->fetch();