debug
This commit is contained in:
parent
a5d694a242
commit
28d70ef72a
1 changed files with 0 additions and 6 deletions
|
@ -318,7 +318,6 @@ if ($redirect AND $redirect != '') {
|
||||||
// debug
|
// debug
|
||||||
// $retour['redirect'] = "";
|
// $retour['redirect'] = "";
|
||||||
// fin debug
|
// fin debug
|
||||||
|
|
||||||
return $retour;
|
return $retour;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -479,9 +478,6 @@ function gamuSend($slug, $options, $destinataires, $Tclient, $Tpdf, $Tfiles, $re
|
||||||
|
|
||||||
if ($f = charger_fonction('traiter_pieces_jointes', 'gamumail', true)) {
|
if ($f = charger_fonction('traiter_pieces_jointes', 'gamumail', true)) {
|
||||||
$pc = $f($slug, $options, $destinataires, $Tclient, $Tpdf);
|
$pc = $f($slug, $options, $destinataires, $Tclient, $Tpdf);
|
||||||
var_dump($destinataires);
|
|
||||||
var_dump($options);
|
|
||||||
var_dump($pc);
|
|
||||||
if (!empty($pc)) {
|
if (!empty($pc)) {
|
||||||
$pieces_jointes[] = $pc;
|
$pieces_jointes[] = $pc;
|
||||||
}
|
}
|
||||||
|
@ -559,8 +555,6 @@ function gamuSend($slug, $options, $destinataires, $Tclient, $Tpdf, $Tfiles, $re
|
||||||
|
|
||||||
// envoyer !
|
// envoyer !
|
||||||
$envoyer_mail = charger_fonction('envoyer_mail', 'inc/');
|
$envoyer_mail = charger_fonction('envoyer_mail', 'inc/');
|
||||||
//var_dump($destinataires);
|
|
||||||
//var_dump($corps);
|
|
||||||
$ok = $envoyer_mail($destinataires, $sujet, $corps);
|
$ok = $envoyer_mail($destinataires, $sujet, $corps);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue