]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-adminedit.php
redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / modules / admin / what-adminedit.php
index 761e902496f60d9393053f69619076b3ea5911e4..ab9fa33a99fb3628b877247bf4a0d51399efa588 100644 (file)
@@ -41,7 +41,7 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 ADD_DESCR("admin", basename(__FILE__));
 
 // Do we edit/delete/change main menus or sub menus?
 ADD_DESCR("admin", basename(__FILE__));
 
 // Do we edit/delete/change main menus or sub menus?
-$AND = "what=''"; $SUB = "";
+$AND = "what = ''"; $SUB = "";
 if (!empty($_GET['sub']))
 {
        $AND = sprintf("action='%s'", SQL_ESCAPE($_GET['sub']));
 if (!empty($_GET['sub']))
 {
        $AND = sprintf("action='%s'", SQL_ESCAPE($_GET['sub']));