X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fadmin-inc.php;h=38a180263d479516d47596ad8aa042dd61ee3e2e;hp=4de2f33ea3afdf8c5d8026e020f6a8312c20bee4;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hpb=6c18a7bf8866b5ebdcb219891efaad99989a2cd5 diff --git a/inc/modules/admin/admin-inc.php b/inc/modules/admin/admin-inc.php index 4de2f33ea3..38a180263d 100644 --- a/inc/modules/admin/admin-inc.php +++ b/inc/modules/admin/admin-inc.php @@ -196,7 +196,7 @@ LIMIT 1", $what ), __FUNCTION__, __LINE__); - // Do we have an entry? + // Is there an entry? if (SQL_NUMROWS($result_action) == 1) { // Is valid but does the inlcude file exists? $inc = sprintf("inc/modules/admin/action-%s.php", $action); @@ -227,7 +227,7 @@ LIMIT 1", * combination (only one is allowed to be null!). */ function isAdminAllowedAccessMenu ($action, $what = NULL) { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__][$action][$what])) { // ACL is always 'allow' when no ext-admins is installed // @TODO This can be rewritten into a filter @@ -261,7 +261,7 @@ ORDER BY `sort` ASC, `id` DESC", __FUNCTION__, __LINE__); - // Do we have entries? + // Are there entries? if (!SQL_HASZERONUMS($result_main)) { $OUT .= '