]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/sponsor_functions.php
Reset rewritten, SQL fixed, zeros are now numeric
[mailer.git] / inc / libs / sponsor_functions.php
index c9ce82d799044ae4d7448dc72c7030f9bc0ffacb..fdf4eb9f43b4bded1bc1104cc22545c38181eeb5 100644 (file)
@@ -153,7 +153,7 @@ function SPONSOR_HANDLE_SPONSOR(&$POST, $NO_UPDATE=false, $MSGs=array(), $RET_ST
        if ($SAVE)
        {
                // Default is no force even when a guest want to abuse this force switch
-               if ((empty($POST['force'])) || (!IS_ADMIN())) $POST['force'] = "0";
+               if ((empty($POST['force'])) || (!IS_ADMIN())) $POST['force'] = 0;
 
                // SQL and message string is empty by default
                $SQL = ""; $MSG = "";