diff options
author | friendica <info@friendica.com> | 2014-05-13 02:17:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-13 02:17:17 -0700 |
commit | 71ded9388b71617b4eeff95d168242dac79324ac (patch) | |
tree | 0bfe0396dcb2ff99dfaa6ad41ce87eb0575567bb /view/ca/strings.php | |
parent | 8c948f4bbe04e4221e6a845995048a565d6ce808 (diff) | |
download | volse-hubzilla-71ded9388b71617b4eeff95d168242dac79324ac.tar.gz volse-hubzilla-71ded9388b71617b4eeff95d168242dac79324ac.tar.bz2 volse-hubzilla-71ded9388b71617b4eeff95d168242dac79324ac.zip |
missing paren
Diffstat (limited to 'view/ca/strings.php')
-rw-r--r-- | view/ca/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/ca/strings.php b/view/ca/strings.php index 2311c9ccc..cebd2a9c1 100644 --- a/view/ca/strings.php +++ b/view/ca/strings.php @@ -1,6 +1,6 @@ <?php -if(! function_exists("string_plural_select_ca") { +if(! function_exists("string_plural_select_ca")) { function string_plural_select_ca($n){ return ($n != 1); }} |