Removed previous warning suppressions.

This commit is contained in:
James Cole
2014-12-19 21:18:42 +01:00
parent 30ac62ffb7
commit 1a0cbbdb31
45 changed files with 35 additions and 145 deletions

View File

@@ -21,9 +21,8 @@ if (!function_exists('mf')) {
if ($amount > 0) {
return '<span class="text-success">&#8364; ' . $string . '</span>';
}
if ($amount < 0) {
return '<span class="text-danger">&#8364; ' . $string . '</span>';
}
return '<span class="text-danger">&#8364; ' . $string . '</span>';
}
return '&#8364; ' . $string;