Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1382 → Rev 1381

/trunk/widget/bibliotheque/WidgetCommun.php
389,7 → 389,7
foreach ($cols as $col => $order) {
$colarr[$col] = array();
foreach ($array as $k => $row) {
$colarr[$col]['_'.$k] = strtolower(self::supprimerAccents($row[$col]));
$colarr[$col]['_'.$k] = strtolower(self::supprimerAccents($row[$col], encodage_appli));
}
}
$params = array();