fixed issue #0000289
This commit is contained in:
parent
214f23dc5a
commit
d9b66154dc
@ -1,7 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Liste les commandes non envoyés du mois dernier
|
* Liste les commandes non envoyés du mois dernier
|
||||||
* */
|
*
|
||||||
|
**/
|
||||||
|
|
||||||
// Paramètres
|
// Paramètres
|
||||||
if ( in_array($argv[1], array('--help', '-help', '-h', '-?')) ) {
|
if ( in_array($argv[1], array('--help', '-help', '-h', '-?')) ) {
|
||||||
@ -87,7 +88,7 @@ $from = array(
|
|||||||
);
|
);
|
||||||
$to = array(
|
$to = array(
|
||||||
0 => array(
|
0 => array(
|
||||||
'email'=> 'mricois@scores-decisions.com',
|
'email'=> 'production@scores-decisions.com',
|
||||||
'name' => 'Pieces')
|
'name' => 'Pieces')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user