X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Faccess_levels.inc;h=c54f02edddee4906c1330fe0af5e3f489355745c;hb=927ebef2443b6dda544056e33ec84b71d2bdb6c2;hp=51c0a4beae97c8366fb87e19ef9d4b795e51bf45;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/includes/access_levels.inc b/includes/access_levels.inc index 51c0a4be..c54f02ed 100644 --- a/includes/access_levels.inc +++ b/includes/access_levels.inc @@ -250,7 +250,7 @@ $security_areas =array( 'SA_GLREP' => array(SS_GL_A|4, _("GL reports and inquiries")), ); -if (!@$allow_gl_reopen) +if (!@$SysPrefs->allow_gl_reopen) unset($security_areas['SA_GLREOPEN']); /* This function should be called whenever we want to extend core access level system