Removed "&"
This commit is contained in:
parent
e6148f4c1c
commit
d24e3a6a92
|
@ -8,7 +8,7 @@
|
||||||
require_once("boot.php");
|
require_once("boot.php");
|
||||||
require_once("include/threads.php");
|
require_once("include/threads.php");
|
||||||
|
|
||||||
function create_shadowentry_run(&$argv, &$argc) {
|
function create_shadowentry_run($argv, $argc) {
|
||||||
global $a, $db;
|
global $a, $db;
|
||||||
|
|
||||||
if (is_null($a))
|
if (is_null($a))
|
||||||
|
|
Loading…
Reference in a new issue