Introduced new extension ext-blacklist:
[mailer.git] / inc / wrapper-functions.php
index 35af66dc4477c33836cfe9c47105bf21ee5b8b7e..ad438537284caee8426dee8900fe0f69baef1b08 100644 (file)
@@ -2816,18 +2816,6 @@ function getUserUsedPoints ($userid) {
        return $GLOBALS[__FUNCTION__][$userid];
 }
 
-// Wrapper to check if url_blacklist is enabled
-function isUrlBlacklistEnabled () {
-       // Is there cache?
-       if (!isset($GLOBALS[__FUNCTION__])) {
-               // Determine it
-               $GLOBALS[__FUNCTION__] = (getConfig('url_blacklist') == 'Y');
-       } // END - if
-
-       // Return cache
-       return $GLOBALS[__FUNCTION__];
-}
-
 // Checks whether direct payment is allowed in configuration
 function isDirectPaymentEnabled () {
        // Is there cache?