X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-guestedit.php;h=a6565aead787d06c9651e913013f00dc4f103ffc;hb=abc82902f6ca318dcbb75ba5952a4478387569af;hp=5643bc183c9620f4eec49b5083735486f26fc51b;hpb=99cab54d086b044c882670ef9e051ba85bf9771f;p=mailer.git diff --git a/inc/modules/admin/what-guestedit.php b/inc/modules/admin/what-guestedit.php index 5643bc183c..a6565aead7 100644 --- a/inc/modules/admin/what-guestedit.php +++ b/inc/modules/admin/what-guestedit.php @@ -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? -$AND = "what=''"; $SUB = ""; +$AND = "what = ''"; $SUB = ""; if (!empty($_GET['sub'])) { @@ -55,7 +55,7 @@ if (!empty($_POST['sel'])) $chk = SELECTION_COUNT($_POST['sel']); OPEN_TABLE("100%", "admin_content admin_content_align", ""); // List all menu points and make them editable -OUTPUT_HTML("

+OUTPUT_HTML("

"); if ((isset($_POST['edit'])) && ($chk > 0) && (!IS_DEMO())) {