This commit is contained in:
Michael RICOIS 2010-06-29 15:35:29 +00:00
parent 214f23dc5a
commit d9b66154dc

View File

@ -1,7 +1,8 @@
<?php
/*
* Liste les commandes non envoyés du mois dernier
* */
*
**/
// Paramètres
if ( in_array($argv[1], array('--help', '-help', '-h', '-?')) ) {
@ -87,7 +88,7 @@ $from = array(
);
$to = array(
0 => array(
'email'=> 'mricois@scores-decisions.com',
'email'=> 'production@scores-decisions.com',
'name' => 'Pieces')
);