diff options
Diffstat (limited to 'view/pt-br/strings.php')
-rw-r--r-- | view/pt-br/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/pt-br/strings.php b/view/pt-br/strings.php index 073f2e2a2..053059a66 100644 --- a/view/pt-br/strings.php +++ b/view/pt-br/strings.php @@ -1,6 +1,6 @@ <?php -if(! function_exists("string_plural_select_pt_br") { +if(! function_exists("string_plural_select_pt_br")) { function string_plural_select_pt_br($n){ return ($n > 1);; }} |