Subversion Repositories eFlore/Applications.cel

Compare Revisions

Regard whitespace Rev 666 → Rev 667

/trunk/jrest/services/Cel.php
92,6 → 92,10
return $resultat;
}
 
protected function proteger($chaine) {
return $this->bdd->quote($chaine);
}
 
protected function getTxt($id) {
$sortie = '';
switch ($id) {