]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-overview.php
Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / admin / what-overview.php
index d6c7c10813924c9a556062aecd4bb3b8c21b1854..83e1660d255c88f8a0b98f6f407330ade4fa5a39 100644 (file)
@@ -38,7 +38,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", __FILE__);
+// In Opera browsers the menu is being displayed double: ADD_DESCR("admin", __FILE__);
 
 // Otherwise load include file 'overview-inc' (old standard overview page)
 require_once(PATH."inc/modules/admin/overview-inc.php");
@@ -61,7 +61,7 @@ if ($GLOBALS['action'] == "login") {
 // Are there jobs to be done?
 if ($JOBS_DONE) {
        // Generate overview of all main menus
-       global $menuDesription, $FATAL;
+       global $menuDesription;
        if ((is_array($menuDesription)) && (sizeof($menuDesription) > 0)) {
                $OUT = "";
                foreach ($menuDesription as $key => $value)