X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Freset%2Freset_bonus.php;h=449a2c1f094f163213b0cfe23be812cddd9ed5cc;hb=ae3dec50dc9e51c8cc08939017763839493f7064;hp=94574d00af969940cb5e52d204aa4ff5be3dce41;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/reset/reset_bonus.php b/inc/reset/reset_bonus.php index 94574d00af..449a2c1f09 100644 --- a/inc/reset/reset_bonus.php +++ b/inc/reset/reset_bonus.php @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } elseif (!EXT_IS_ACTIVE('bonus')) { return; @@ -53,7 +53,7 @@ BONUS_PURGE_EXPIRED_TURBO_BONUS(); // Reset accounts $result = SQL_QUERY("UPDATE `{!_MYSQL_PREFIX!}_user_data` SET turbo_bonus=0, login_bonus=0, bonus_order=0, bonus_stats=0, bonus_ref=0", - __FILE__, __LINE__); +__FILE__, __LINE__); // ?>