Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1381 → Rev 1382

/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], encodage_appli));
$colarr[$col]['_'.$k] = strtolower(self::supprimerAccents($row[$col]));
}
}
$params = array();