]> git.mxchange.org Git - friendica.git/commitdiff
mysql keywords
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 20 Nov 2016 09:44:54 +0000 (10:44 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 20 Nov 2016 09:44:54 +0000 (10:44 +0100)
mod/admin.php

index ecb394b0efbadda37aff378a0b8317ec9515ea4f..c5ad7de3b60ed9b4f3ccd0984ee370bc08e3d828 100644 (file)
@@ -429,7 +429,7 @@ function admin_page_queue(&$a) {
  */
 function admin_page_summary(&$a) {
        // are there MyISAM tables in the DB? If so, trigger a warning message
-       $r = q("select `engine` from `information_schema`.`tables` where `engine`='myisam' limit 1");
+       $r = q("SELECT `engine` FROM `information_schema`.`tables` WHERE `engine`='myisam' LIMIT 1");
        $showwarning = false;
        $warningtext = "";
        if (dbm::is_result($r)) {