]> git.mxchange.org Git - friendica-addons.git/blob - strings.php
72e9772ff177784e40a12930f4550fb4a8030050
[friendica-addons.git] / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_sv")) {
4 function string_plural_select_sv($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}