]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/user_functions.php
convertSelectionsToEpocheTimeInPostData() is a wrapper and only needs the POST field...
[mailer.git] / inc / libs / user_functions.php
index 255ad5ce4c0b24c5ff9f2c690ce4563c10a1896b..41c52078e24b3e0dab20157c338c81b2bd6b0a9c 100644 (file)
@@ -1205,5 +1205,17 @@ function getApSubidsSince () {
        return $GLOBALS[__FUNCTION__];
 }
 
+// Getter for 'select_user_zero_refid' config entry
+function getSelectUserZeroRefid () {
+       // Is there cache?
+       if (!isset($GLOBALS[__FUNCTION__])) {
+               // Determine it
+               $GLOBALS[__FUNCTION__] = getConfig('select_user_zero_refid');
+       } // END - if
+
+       // Return cache
+       return $GLOBALS[__FUNCTION__];
+}
+
 // [EOF]
 ?>