From d24e3a6a92af5ddb2b2f11140d3fc4baeb683c6f Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 12 Nov 2016 17:20:26 +0000 Subject: [PATCH] Removed "&" --- include/create_shadowentry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/create_shadowentry.php b/include/create_shadowentry.php index 4027024f99..f06a0dd1bf 100644 --- a/include/create_shadowentry.php +++ b/include/create_shadowentry.php @@ -8,7 +8,7 @@ require_once("boot.php"); require_once("include/threads.php"); -function create_shadowentry_run(&$argv, &$argc) { +function create_shadowentry_run($argv, $argc) { global $a, $db; if (is_null($a))