]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-order.php
Some more cleanups/improvements:
[mailer.git] / inc / modules / member / what-order.php
index 1b1dd1984c29df084f31ad63e4dd97a93faa967c..95b162d533ddbcfcfe56eae920f98d4d8de46c9f 100644 (file)
@@ -122,7 +122,7 @@ LIMIT 1",
                } // END - if
 
                // And shall I check that his URL is not in the black list?
-               if (getConfig('url_blacklist') == 'Y') {
+               if (isUrlBlaskEnabled()) {
                        // Ok, I do that for you know...
                        $result = SQL_QUERY_ESC("SELECT UNIX_TIMESTAMP(`timestamp`) AS tstamp FROM `{?_MYSQL_PREFIX?}_url_blacklist` WHERE `url`='%s' LIMIT 1",
                                array(postRequestParameter('url')), __FILE__, __LINE__);