diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-08 07:21:19 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-08 07:21:19 +0200 |
commit | 9ef5cb1c385e598d16ea78fef7f4207603ea4e79 (patch) | |
tree | 657eee7d73a33ff860e64f332e43781b033037cb /util | |
parent | e036434b8a2dbd8594c0ac5ac7233f4700e4e475 (diff) | |
parent | e2f1540f25cae5b647fbebacac105d03cff17502 (diff) | |
download | volse-hubzilla-9ef5cb1c385e598d16ea78fef7f4207603ea4e79.tar.gz volse-hubzilla-9ef5cb1c385e598d16ea78fef7f4207603ea4e79.tar.bz2 volse-hubzilla-9ef5cb1c385e598d16ea78fef7f4207603ea4e79.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'util')
-rw-r--r-- | util/po2php.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/po2php.php b/util/po2php.php index 239eafb5f..1a86bb38d 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -102,7 +102,7 @@ function po2php_run($argv, $argc) { } - + if ($inv) { $inv = False; $out .= '"'.$v.'"'; } if ($k!="") $out .= $arr?");\n":";\n"; |