Some SQLs rewritten, unneccessary parameter removed
[mailer.git] / inc / libs / bonus_functions.php
index 273019962a0be6f2ac3c6c1fc8d73a5fb913d7d5..74e1686bcb63408ad3e5cb2c4eeffd582d4d7af3 100644 (file)
@@ -280,7 +280,7 @@ function purgeExpiredTurboBonus() {
 
        if (SQL_AFFECTEDROWS() > 0) {
                // Send out email to admin
-               sendAdminNotification(getMessage('AUTOPURGE_ADMIN_TURBO_SUBJECT'), 'admin_autopurge_turbo', SQL_AFFECTEDROWS(), '');
+               sendAdminNotification(getMessage('AUTOPURGE_ADMIN_TURBO_SUBJECT'), 'admin_autopurge_turbo', SQL_AFFECTEDROWS());
        } // END - if
 }