]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-sponsor_reg.php
Some language strings rewritten to use getMessage()
[mailer.git] / inc / modules / guest / what-sponsor_reg.php
index 153ae8d42705421aa372cac8abf6724b4fe7fac5..642264f4a7059d47c8646c66c82aefdf3c2058ef 100644 (file)
@@ -215,7 +215,7 @@ WHERE `id`='%s' LIMIT 1",
 
        // Add points to array
        REQUEST_POST('points_amount', $points);
-       REQUEST_POST('points_used'  , "0.00000");
+       REQUEST_POST('points_used'  , '0.00000');
        REQUEST_POST('last_pay'     , $pay);
        REQUEST_POST('last_curr'    , $curr);
 
@@ -411,5 +411,5 @@ ORDER BY `pay_name`", __FILE__, __LINE__);
        SQL_FREERESULT($result);
 }
 
-//
+// [EOF]
 ?>