Changeset 55

Show
Ignore:
Timestamp:
01/30/12 16:05:34 (4 months ago)
Author:
xavier
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/interventions.php

    r45 r55  
    400400    $fromEmail = $tech->getEmail(); 
    401401    $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" . 
    403403      'pour effectuer l\'intervention suivante :' . "\n" . 
    404404      strip_tags(html_entity_decode(str_replace(' ', '', $this->get_int_description())));