FIX : travis

This commit is contained in:
Gauthier PC portable 024 2022-12-15 17:45:30 +01:00
parent 12c7cb1b84
commit 4b833d1c75

View File

@ -276,7 +276,7 @@ if ($search_all) {
}
if (empty($permissiontoreadall)) {
$sql.= " AND t.fk_user IN(".implode(", ", $user->getAllChildIds(1)).") ";
$sql.= " AND t.fk_user IN(".$db->sanitize(implode(", ", $user->getAllChildIds(1))).") ";
}
//$sql.= dolSqlDateFilter("t.field", $search_xxxday, $search_xxxmonth, $search_xxxyear);