]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-adminedit.php
Login form for guests in surfbar added, some trigger_error() added, misc rewrites
[mailer.git] / inc / modules / admin / what-adminedit.php
index 6db7d6964761b7e2f9fedfb265cbd6d430b54091..6949d19c984204b01818f63016a322ff110fed98 100644 (file)
@@ -260,16 +260,16 @@ WHERE ".$AND." AND id=%s LIMIT 1",
                        }
 
                        // Fix empty elements for constant (fixes display bugs in Firefox)
-                       if (empty($content['action'])) $content['action'] = " ";
-                       if (empty($content['what']))   $content['what']   = " ";
-                       if (empty($content['title']))  $content['title']  = " ";
+                       if (empty($content['action'])) $content['action'] = ' ';
+                       if (empty($content['what']))   $content['what']   = ' ';
+                       if (empty($content['title']))  $content['title']  = ' ';
 
                        // Add more data to $content
                        $content['sw']   = $SW;
                        $content['mode'] = 'admin';
 
                        // Load row template and switch colors
-                       $OUT .= LOAD_TEMPLATE("admin_menu_overview_row", true, $content);
+                       $OUT .= LOAD_TEMPLATE('admin_menu_overview_row', true, $content);
                        $SW = 3 - $SW;
                } // END - switch
 
@@ -280,7 +280,7 @@ WHERE ".$AND." AND id=%s LIMIT 1",
                define('__MENU_ROWS', $OUT);
 
                // Load template
-               LOAD_TEMPLATE("admin_amenu_edit");
+               LOAD_TEMPLATE('admin_amenu_edit');
        } else {
                // Menu entries are missing... (???)
                LOAD_TEMPLATE('admin_settings_saved', false, getMessage('ADMIN_NO_MENUS_FOUND'));