| Line 254... |
Line 254... |
| 254 |
$id_corps = BAZ_TEMPLATE_MAIL_MODIFIER_FICHE_CORPS;
|
254 |
$id_corps = BAZ_TEMPLATE_MAIL_MODIFIER_FICHE_CORPS;
|
| 255 |
break;
|
255 |
break;
|
| 256 |
}
|
256 |
}
|
| Line 257... |
Line 257... |
| 257 |
|
257 |
|
| 258 |
$template = new bazarTemplate($GLOBALS['_BAZAR_']['db']);
|
- |
|
| - |
|
258 |
$template = new bazarTemplate($GLOBALS['_BAZAR_']['db']);
|
| 259 |
//print ('toto'.$id_sujet);
|
259 |
|
| 260 |
$sujet = html_entity_decode($template->getTemplate($id_sujet, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['id_typeannonce']));
|
260 |
$sujet = html_entity_decode($template->getTemplate($id_sujet, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['id_typeannonce']));
|
| - |
|
261 |
$corps = html_entity_decode($template->getTemplate($id_corps, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['id_typeannonce']));
|
| Line 261... |
Line 262... |
| 261 |
$corps = html_entity_decode($template->getTemplate($id_corps, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['id_typeannonce']));
|
262 |
$corps.= $GLOBALS['_BAZAR_']['id_fiche'].'&typeannonce='.$GLOBALS['_BAZAR_']['id_typeannonce'] ;
|
| 262 |
|
263 |
|
| 263 |
$mails = bazar::getMailSuperAdmin($GLOBALS['_BAZAR_']['id_typeannonce']);
|
264 |
$mails = bazar::getMailSuperAdmin($GLOBALS['_BAZAR_']['id_typeannonce']);
|
| 264 |
if (is_array ($mails)) {
|
265 |
if (is_array ($mails)) {
|