]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_amenu.php
Email details and bonus mails in admin swapped out to template
[mailer.git] / inc / modules / admin / what-repair_amenu.php
index b3a769dfddf14457778011eeb91927b9257bd481..34f4382be8865958528604ac55bac1099de7c119 100644 (file)
@@ -40,7 +40,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-global $link;
 $ACTIONS = array();
 // First fix all main menus (what="")...
 $result_fix = SQL_QUERY("SELECT id, action FROM "._MYSQL_PREFIX."_admin_menu WHERE (what='' OR what IS NULL) AND action != 'logout' ORDER BY sort ASC", __FILE__, __LINE__);