]> git.mxchange.org Git - mailer.git/blobdiff - inc/module-functions.php
Fixed some configuration usages, added text for German buerocrats :(
[mailer.git] / inc / module-functions.php
index 15d2f304656b7d1e51e3de190c211e8f2cdb53ce..a102350bb853d169810af9b931d7a7373052746d 100644 (file)
@@ -42,7 +42,7 @@ if (!defined('__SECURITY')) {
 
 // "Getter" for module title
 function getModuleTitle ($module) {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__][$module])) {
                // Init variables
                $data['title'] = '';
@@ -215,7 +215,7 @@ function checkModulePermissions ($module = '') {
                $module = getModule();
        } // END - if
 
-       // Do we have cache?
+       // Is there cache?
        if (isModuleStatusSet($module)) {
                // Then use it
                return getModuleStatus($module);