]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_admins.php
- Surfbar further extended, currently broken!
[mailer.git] / inc / modules / admin / what-config_admins.php
index bd5c7a93e09c96842d278416c2a58e3e4d10a691..2ab08abfae87d3bae9d2f0be2313aa796e378e73 100644 (file)
@@ -182,7 +182,7 @@ if ((isset($_POST['edit'])) && ($SEL > 0)) {
                        if (SQL_NUMROWS($result) == 0) {
                                // Finally add the new ACL
                                $result = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_admins_acls (admin_id, action_menu, what_menu, access_mode)
-VALUES ('%s', '%s', '%s', '%s')",
+VALUES ('%s','%s','%s','%s')",
  array(
        bigintval($_POST['admin_id']),
        $_POST['action_menu'],