JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed bugs: 1) admin couldn't edit tasks, 2) price field was never filled
[contractor-progress.git] / code / config.php
index 32d8076..d863f7d 100644 (file)
@@ -22,7 +22,7 @@ function logged_in_as_contractor() {
 }
 
 function enc_money($float) {
-       return format_money($float, $cents = true);
+       return format_money($float, $cents = false);
 }
 
 function logged_in() {