Complete rewrite and debug message surpressed:
[mailer.git] / inc / libs / admins_functions.php
index 04511c31430ea6ed6bf07600def8898a5acb4f65..5663a354b1f03089b7aa974b18abd0981f692793 100644 (file)
@@ -70,7 +70,7 @@ function adminsCheckAdminAcl ($act, $wht) {
        }
 
        // Shall I test for a main or sub menu? (action or what?)
-       $acl_mode = "failed";
+       $acl_mode = 'failed';
        if ((GET_EXT_VERSION('cache') >= '0.1.2') && (count($GLOBALS['cache_array']['admin_acls']) > 0)) {
                // Lookup in cache
                if ((!empty($act)) && (isset($GLOBALS['cache_array']['admin_acls']['action_menu'][$aid])) & ($GLOBALS['cache_array']['admin_acls']['action_menu'][$aid] == $act)) {