Fix for inserted codes while registering of extensions, many rewrites/cleanups:
[mailer.git] / inc / monthly / monthly_bonus.php
index 516e43a0d2ec9e404ac572ec6306b91e5b9b8592..ed263737850bcc6cfdc8ed967e072c92a092f531 100644 (file)
@@ -79,15 +79,15 @@ if (($curr != getConfig('last_month')) && (getConfig('bonus_ranks') > 0) && (get
        } // END - if
 
        // Run SQL string to check for accounts
-       $result_main = SQL_QUERY("SELECT
+       $result_main = SQL_QUERY('SELECT
        `userid`, `email`, `gender`, `surname`, `family`, (0" . $add . ") AS points
 FROM
        `{?_MYSQL_PREFIX?}_user_data`
-" . $whereStatement1 . "
+' . $whereStatement1 . '
 ORDER BY
        `points` DESC,
        `userid` ASC
-LIMIT {?bonus_ranks?}", __FILE__, __LINE__);
+LIMIT {?bonus_ranks?}', __FILE__, __LINE__);
 
        // Some entries were found?
        if (!SQL_HASZERONUMS($result_main)) {