Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 208 → Rev 209

/trunk/client/annuaire/bibliotheque/annuaire.fonct.php
117,6 → 117,7
<th>".ANN_NOM."</th>
<th>".ANN_PRENOM."</th>
<th>".ANN_DATE_INS."</th>
<th>".ANN_CP."</th>
<th>".ANN_VILLE."</th>
</thead>";
 
139,6 → 140,7
<td>".strtoupper($ligne[ANN_CHAMPS_NOM])."&nbsp;</td>\n
<td>".str_replace(' - ', '-', ucwords(strtolower(str_replace('-', ' - ', $ligne[ANN_CHAMPS_PRENOM]))))."&nbsp;</td>\n
<td>".date("d m Y", strtotime($ligne[ANN_CHAMPS_DATE_INS]))."&nbsp;</td>\n
<td>".$ligne[ANN_CHAMPS_CODE_POSTAL]."&nbsp;</td>\n
<td>".strtoupper($ligne[ANN_CHAMPS_VILLE])."&nbsp;</td>\n" ;
$res .= "</tr>\n";
}