]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-reflinks.php
Mailer project continued:
[mailer.git] / inc / modules / member / what-reflinks.php
index 51cd39a8b7969c1a73434d11beb80072eefa1a86..eef4ea8fe0823d334b3faa57ca0aefd388ea9aa9 100644 (file)
@@ -66,7 +66,7 @@ if (isExtensionActive('nickname')) {
 $whereStatement = " WHERE `visible`='Y'";
 if (isAdmin()) $whereStatement = '';
 
-$result = SQL_QUERY('SELECT `id`,`url`,`alternate`,`counter`,`clicks` FROM `{?_MYSQL_PREFIX?}_refbanner` ORDER BY `id` ASC', __FILE__, __LINE__);
+$result = SQL_QUERY('SELECT `id`, `url`, `alternate`, `counter`, `clicks` FROM `{?_MYSQL_PREFIX?}_refbanner` ORDER BY `id` ASC', __FILE__, __LINE__);
 
 if (!SQL_HASZERONUMS($result)) {
        // List available ref banners