Introduced new wrapper functions to make the code more readable, new extension ext...
[mailer.git] / inc / libs / rallye_functions.php
index 0744b6b32c535c3083d4084007623ebc4d669a5a..59c1f0192f29f6005113ce91fa2cea04f8588a34 100644 (file)
@@ -86,7 +86,7 @@ function autostartReferalRallyes ($result) {
                // Check if line is already included...
                $result_ref = SQL_QUERY_ESC("SELECT `id` FROM `{?_MYSQL_PREFIX?}_rallye_users` WHERE `rallye_id`=%s AND `userid`=%s LIMIT 1",
                        array(bigintval($id), bigintval($content['userid'])), __FUNCTION__, __LINE__);
-               if (SQL_NUMROWS($result_ref) == '0') {
+               if (SQL_NUMROWS($result_ref) == 0) {
                        // Free memory
                        SQL_FREERESULT($result_ref);