pass $argv & $argc as reference to *_run() functions.
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user