From d9a24d61ac502aec1f0a94b680fc236e8f2f09af Mon Sep 17 00:00:00 2001 From: djfm Date: Mon, 23 Sep 2013 16:37:13 +0000 Subject: [PATCH] // change comment --- classes/Tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Tools.php b/classes/Tools.php index 302ea15f6..9a68d7685 100644 --- a/classes/Tools.php +++ b/classes/Tools.php @@ -512,7 +512,7 @@ class ToolsCore case 4: $ret = number_format($price, $c_decimals, '.', ',').$blank.$c_char; break; - /* 0 000.00 X Added for the switzerland currency */ + /* 0'000.00 X Added for the switzerland currency */ case 5: $ret = number_format($price, $c_decimals, '.', "'").$blank.$c_char; break;