Changeset 55
- Timestamp:
- 01/30/12 16:05:34 (4 months ago)
- Files:
-
- 1 modified
-
trunk/lib/interventions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/interventions.php
r45 r55 400 400 $fromEmail = $tech->getEmail(); 401 401 $sujet = SOCIETE . ' a prévu une intervention chez vous'; 402 $contenu = $tech->getPrenomNom() . ' se d éplacera chez vous le ' . $this->get_int_date_intervention() . ' Ã' . $this->get_int_heure_intervention() . "\n" .402 $contenu = $tech->getPrenomNom() . ' se dèplacera chez vous le ' . $this->get_int_date_intervention() . ' à ' . $this->get_int_heure_intervention() . "\n" . 403 403 'pour effectuer l\'intervention suivante :' . "\n" . 404 404 strip_tags(html_entity_decode(str_replace(' ', '', $this->get_int_description())));
