pass $argv & $argc as reference to *_run() functions.

This commit is contained in:
Fabrixxm 2012-11-05 09:28:54 +01:00
parent aa20042bec
commit 385ee5a862
8 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ require_once("boot.php");
require_once('include/Scrape.php');
require_once('include/socgraph.php');
function gprobe_run($argv, $argc){
function gprobe_run(&$argv, &$argc){
global $a, $db;
if(is_null($a)) {