diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/it/hstrings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/it/hstrings.php b/view/it/hstrings.php index 03024afab..21e413144 100644 --- a/view/it/hstrings.php +++ b/view/it/hstrings.php @@ -1,5 +1,6 @@ <?php + if(! function_exists("string_plural_select_it")) { function string_plural_select_it($n){ return ($n != 1);; |