Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / member / what-refback.php
index 3b2513acb4dcb6d7a9fe69f0c77a63ab0f94b96a..9ef24d564451a23fe28e2cf60a9197c6af599822 100644 (file)
@@ -107,7 +107,7 @@ $result = SQL_QUERY_ESC("SELECT r.level, r.percents
 FROM `{!_MYSQL_PREFIX!}_refdepths` AS r
 WHERE r.level > 0
 ORDER BY r.level ASC",
-       array(getUserId()), __FILE__, __LINE__);
+array(getUserId()), __FILE__, __LINE__);
 
 // Are there some entries? (Shall be!)
 if (SQL_NUMROWS($result) > 0) {