]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/bonus_functions.php
Fix for inserted codes while registering of extensions, many rewrites/cleanups:
[mailer.git] / inc / libs / bonus_functions.php
index 17736e92928eaf3137403c87d37d14d1cb70a440..88f6d00262012987d1f95aa1104931ebedd1e717 100644 (file)
@@ -261,7 +261,7 @@ function handleBonusPoints ($mode) {
 // Purges expired fast-click bonus entries
 function purgeExpiredTurboBonus() {
        // Remove entries
-       $result = SQL_QUERY("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_bonus_turbo` WHERE `timemark` < (UNIX_TIMESTAMP() - {?bonus_timeout?})", __FUNCTION__, __LINE__);
+       $result = SQL_QUERY('DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_bonus_turbo` WHERE `timemark` < (UNIX_TIMESTAMP() - {?bonus_timeout?})', __FUNCTION__, __LINE__);
 
        if (SQL_AFFECTEDROWS() > 0) {
                // Send out email to admin