rev update
This commit is contained in:
parent
f16a119940
commit
afaf9ec74f
8 changed files with 158 additions and 135 deletions
|
|
@ -41,7 +41,7 @@ function delivery_run($argv, $argc){
|
|||
|
||||
for($x = 3; $x < $argc; $x ++) {
|
||||
|
||||
$contact_id = intval($argv[x]);
|
||||
$contact_id = intval($argv[$x]);
|
||||
|
||||
// Some other process may have delivered this item already.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue