More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / modules / member / what-points.php
index 3bfde38da0803fea1a077e364f002c1dc611333e..947a9edefc0d044ad0f7c9d335434d4c92bb23f2 100644 (file)
@@ -141,7 +141,7 @@ if (getExtensionVersion('user') >= '0.1.2') {
 }
 
 // If TLOCK is 0 add 3 zeros for floating
-if ($TLOCK == '0') $TLOCK = '0.00000';
+if ($TLOCK == 0) $TLOCK = '0.00000';
 
 // Remember several values in constants
 $content['used']  = translateComma($usedPoints);