X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-reflinks.php;h=5dfe4d462737e93d049405816191710ec6c96f66;hp=887a251f54103a8bde5c86b97dcfeef040484a9e;hb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;hpb=596c8ab32594401ca84abfbfe35513ddfff31bec diff --git a/inc/modules/member/what-reflinks.php b/inc/modules/member/what-reflinks.php index 887a251f54..5dfe4d4627 100644 --- a/inc/modules/member/what-reflinks.php +++ b/inc/modules/member/what-reflinks.php @@ -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