]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-reflinks.php
Updated copyright notice as there are changes in this year
[mailer.git] / inc / modules / member / what-reflinks.php
index 887a251f54103a8bde5c86b97dcfeef040484a9e..5dfe4d462737e93d049405816191710ec6c96f66 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -59,7 +59,7 @@ if (isExtensionActive('nickname')) {
                $content['nickname_content'] = loadTemplate('member_reflink_nickname', TRUE, $nick);
        } else {
                // Display link to nickname form
-               $content['nickname_content'] = loadTemplate('member_reflink_no_nickname', TRUE);
+               $content['nickname_content'] = '{%template,LoadTemplate=member_reflink_no_nickname%}';
        }
 } // END - if
 
@@ -75,7 +75,7 @@ if (!SQL_HASZERONUMS($result)) {
                $test = str_replace(getUrl(), getPath(), $row['url']); $size = '0';
                if ($test == $row['url']) {
                        // Download banner (I hope you keep the banner on same server???)
-                       $fp = sendGetRequest($row['url']);
+                       $fp = sendHttpGetRequest($row['url']);
                        $bannerContent = '';
                        if ((!empty($fp)) && (is_array($fp)) && (count($fp) > 0)) {
                                // Loads only found banner, when there is a 404 error this foreach() command