diff options
Diffstat (limited to 'view/cs')
-rw-r--r-- | view/cs/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/cs/strings.php b/view/cs/strings.php index c7c7c32f0..b0c778a6b 100644 --- a/view/cs/strings.php +++ b/view/cs/strings.php @@ -1,6 +1,6 @@ <?php -if(! function_exists("string_plural_select_cs") { +if(! function_exists("string_plural_select_cs")) { function string_plural_select_cs($n){ return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2; }} |