Reset rewritten, SQL fixed, zeros are now numeric
[mailer.git] / inc / modules / member / what-unconfirmed.php
index 114276f7abdb9902572fad44bf81c31e9ac18436..4e22502eaf9ef06b8719801775e6ddc2271bf00c 100644 (file)
@@ -57,7 +57,7 @@ if (EXT_IS_ACTIVE("bonus")) {
 if (SQL_NUMROWS($result) > 0)
 {
        // Please confirm these mails!
-       $sum = "0"; $SW = 2; $OUT = "";
+       $sum = 0; $SW = 2; $OUT = "";
        while (list($id, $id2, $type) = SQL_FETCHROW($result))
        {
                // Load data from stats table...