]> git.mxchange.org Git - friendica.git/blobdiff - util/po2php.php
pass $argv & $argc as reference to *_run() functions.
[friendica.git] / util / po2php.php
index c703172af76acedc30ab5d87928af5d8282e9090..f29980d6ac3c0cf5b22e976c1db7f2fe9c9960d2 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 
-function po2php_run($argv, $argc) {
+function po2php_run(&$argv, &$argc) {
 
        if ($argc!=2) {
                print "Usage: ".$argv[0]." <file.po>\n\n";