]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
New functions introduced:
[mailer.git] / inc / wrapper-functions.php
index 80a4236061b0257e1eb83ee3eda39b7fa487eb0d..5941dd496744b1a7727a032ceacc8dafb7d21d87 100644 (file)
@@ -2021,6 +2021,18 @@ function getMaxSend () {
        return $GLOBALS[__FUNCTION__];
 }
 
+// "Getter" for mails_page
+function getMailsPage () {
+       // Do we have cache?
+       if (!isset($GLOBALS[__FUNCTION__])) {
+               // Determine it
+               $GLOBALS[__FUNCTION__] = getConfig('mails_page');
+       } // END - if
+
+       // Return cache
+       return $GLOBALS[__FUNCTION__];
+}
+
 // "Getter" for __DB_NAME
 function getDbName () {
        // Do we have cache?