Reset rewritten, SQL fixed, zeros are now numeric
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index a7e4e82aefd70298ab8ad6666bfb94da68145331..d207d5cf542a3e959cc5d853b64a7efb3dba2822 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -103,7 +103,7 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install
                                define('__BEG_POINTS', TRANSLATE_COMMA($points));
                        } else {
                                // Other status
-                               $uid = "0";
+                               $uid = 0;
                        }
                }