]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/rdf.class.php
Mailer project rwritten:
[mailer.git] / inc / classes / rdf.class.php
index aaf125e5b2cef89da9adf7b0a571e7ec69bf6946..2e2aa980cefb402edd79b6095922e87c5459bbda 100644 (file)
@@ -1294,9 +1294,9 @@ class fase4_rdf {
         */
        function _rdf_data()
        {
-               if (defined('__SECURITY') && function_exists('sendGetRequest')) {
+               if (defined('__SECURITY') && function_exists('sendHttpGetRequest')) {
                        // Use mailer-project instead (see http://mxchange.org)
-                       $useable_data = sendGetRequest($this->_remote_file, array(), TRUE);
+                       $useable_data = sendHttpGetRequest($this->_remote_file, array(), TRUE);
                } elseif ($this->_use_proxy == TRUE) {
                        // we need a raw socket here to connect to proxy
                        $fp = fsockopen($this->_phost,$this->_pport);