diff options
Diffstat (limited to 'framework/I18N/TChoiceFormat.php')
-rw-r--r-- | framework/I18N/TChoiceFormat.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/I18N/TChoiceFormat.php b/framework/I18N/TChoiceFormat.php index 401b25d9..5cadcd2e 100644 --- a/framework/I18N/TChoiceFormat.php +++ b/framework/I18N/TChoiceFormat.php @@ -108,4 +108,3 @@ class TChoiceFormat extends TTranslate return strtr($string, array('{Value}'=> $value)); } } -?> |