Reset rewritten, SQL fixed, zeros are now numeric
[mailer.git] / inc / libs / doubler_functions.php
index 85ad9e68722cac22ee6f6fcbfbb1465683cfb2eb..7137020b47a5361b2ce05304a30752664643c794 100644 (file)
@@ -41,8 +41,8 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 function DOUBLER_GENERATE_TABLE($uid="0", $done='N', $ref='N', $sort="ASC")
 {
        global $_CONFIG;
-       if (empty($cnt)) $cnt = "0";
-       $ADD = ""; $DT_MODE = "0";
+       if (empty($cnt)) $cnt = 0;
+       $ADD = ""; $DT_MODE = 0;
        if ($uid > 0)
        {
                // Load entries only from a single user
@@ -128,7 +128,7 @@ function DOUBLER_GET_TOTAL_POINTS_LEFT()
 {
        global $_CONFIG;
        // Initialize variables
-       $points = "0";
+       $points = 0;
 
        if ($_CONFIG['doubler_own'] == "Y")
        {