]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-mem_add.php
Several rewrites/fixes which I have done yesterday but not commited, mxchange_die...
[mailer.git] / inc / modules / admin / what-mem_add.php
index a0b00cbd285509e0041a4e834ddc2a47690e6144..155609cbdea603f2062ffead846fa3c39e27bd7d 100644 (file)
@@ -56,7 +56,7 @@ if (!IS_FORM_SENT()) {
        $menus = array(); $titles = array(); $below = array();
 
        // Get all available main menus
-       $result = SQL_QUERY("SELECT action, title, sort FROM `{!_MYSQL_PREFIX!}_member_menu` WHERE (what='' OR `what` IS NULL) ORDER BY `sort`",
+       $result = SQL_QUERY("SELECT action, title, sort FROM `{!_MYSQL_PREFIX!}_member_menu` WHERE (`what`='' OR `what` IS NULL) ORDER BY `sort`",
                __FILE__, __LINE__);
        if (SQL_NUMROWS($result) > 0) {
                // Read menu structure