Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1486 → Rev 1487

/trunk/services/modules/0.1/observations/ListeObservations.php
452,7 → 452,7
$db->proteger("%".$val."%"));
}
else {
$where[] = sprintf('CONCAT(%1$s,%2$s) LIKE %3$s AND CONCAT(%1$s,%2$s) LIKE %4$s ',
$where[] = sprintf('(CONCAT(%1$s,%2$s) LIKE %3$s AND CONCAT(%1$s,%2$s) LIKE %4$s)',
self::sqlAddIfNullPourConcat($champs_n),
self::sqlAddIfNullPourConcat($champs_p),
$db->proteger("%" . $a . "%"), $db->proteger("%" . $b . "%"));