Removed "&"

This commit is contained in:
Michael 2016-11-12 17:20:26 +00:00
parent e6148f4c1c
commit d24e3a6a92
1 changed files with 1 additions and 1 deletions

View File

@ -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))