]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_amnu.php
Email details and bonus mails in admin swapped out to template
[mailer.git] / inc / modules / admin / what-repair_amnu.php
index 774d53e80088f71c952589171f097f23ad51abf2..75872b180c63a5bbdd5f95d0c6c353af8e76143a 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__);