fix budget figure format
Former-commit-id: 16331ce9803668eac5155ef7b9a8621a3d62619d
--- a/getAgency.php
+++ b/getAgency.php
@@ -178,7 +178,7 @@
echo '<div><i class="icon-shopping-cart" style="float:left"></i><p style="margin-left:16px;">';
$keys = array_keys($row['statistics']['budget']);
$lastkey = $keys[count($keys)-1];
- echo money_format("%#10i",(float)$row['statistics']['budget'][$lastkey]['value']).' <small>('.$lastkey.' budget)</small>';
+ echo "$".number_format(floatval($row['statistics']['budget'][$lastkey]['value'])).' <small>('.$lastkey.' budget)</small>';
echo '</div>';
}
echo ' </ul>