bigintval() made to much trouble, uberwach wont be displayed in frames anymore
[mailer.git] / inc / functions.php
index 5acdb2688c6ffd4f175d0e48924813409cca7649..342ab2e3fcf36b64cbc907c6fd2cb2dd189f5def 100644 (file)
@@ -1292,9 +1292,9 @@ function bigintval ($num, $castValue = true) {
 
        // Has the whole value changed?
        // @TODO Remove this if() block if all is working fine
-       if ("" . $ret."" != '' . $num."") {
+       if ('' . $ret . '' != '' . $num . '') {
                // Log the values
-               debug_report_bug("{$ret}<>{$num}");
+               //debug_report_bug("{$ret}<>{$num}");
        } // END - if
 
        // Return result