]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/admins_functions.php
More networks deactivated, isAdminsExpertSettingEnabled() introduced and some others...
[mailer.git] / inc / libs / admins_functions.php
index f60eeac5f258035601441275eddc9240140c907b..a3ff87855c6b9e0f673e233cc026b63bba371021 100644 (file)
@@ -735,5 +735,10 @@ function isAdminsExpertWarningEnabled () {
        return (getAminsExpertWarning() == 'Y');
 }
 
+// Wrapper function to check whether expert setting is enabled
+function isAdminsExpertSettingEnabled () {
+       return (getAminsExpertSettings() == 'Y');
+}
+
 // [EOF]
 ?>