Global variables rewritten
[mailer.git] / inc / modules / admin / what-admins_edit.php
index 3831184cc64ca3494b6099dc4551aaae76171091..6706d9a016780bfb9a151f2a794fc12bb2e10cf2 100644 (file)
@@ -40,9 +40,6 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR("admin", __FILE__);
 
-// Instance for the cache extension
-global $cacheInstance;
-
 // Set selection data to empty array when it is empty
 if (empty($_POST['sel'])) $_POST['sel'] = array();