X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fextract.php;h=b3aa12ebf0e0a54301ea2551466fef2534e3fdd0;hb=c4d3ab68785122ff070c65a444aaa0833b746b2b;hp=90127f3c1b2e4811108ed85c62a53027eb638e8c;hpb=8ec424325375aa923c7d2d78ac8ddcc352f09cff;p=friendica.git diff --git a/util/extract.php b/util/extract.php index 90127f3c1b..b3aa12ebf0 100644 --- a/util/extract.php +++ b/util/extract.php @@ -1,8 +1,8 @@ strings[' . $a . '] = '. $a . ';' . "\n"; } } @@ -59,5 +59,5 @@ function string_plural_select($n){ $zones = timezone_identifiers_list(); foreach($zones as $zone) $s .= '$a->strings[\'' . $zone . '\'] = \'' . $zone . '\';' . "\n"; - + echo $s; \ No newline at end of file