Reset rewritten, SQL fixed, zeros are now numeric
[mailer.git] / inc / modules / admin / what-del_transfer.php
index 7a3b3c223842c5411dce9eed9106e3487402a21c..0f1b92788eda977fccf5ced8472938535f1bf3c0 100644 (file)
@@ -60,7 +60,7 @@ if (isset($_POST['del']))
 
 // We only need outgoing transfers
 $result = SQL_QUERY("SELECT userid, to_uid, trans_id, points, reason, time_trans FROM "._MYSQL_PREFIX."_user_transfers_out ORDER BY trans_id", __FILE__, __LINE__);
-$total = "0";
+$total = 0;
 if (SQL_NUMROWS($result) > 0)
 {
        // Output rows