remove old commented call of search()

This commit is contained in:
Uwe Steinmann 2025-02-06 11:17:04 +01:00
parent 3f0275e25d
commit 4e39c69224

View File

@ -1967,7 +1967,6 @@ final class SeedDMS_RestapiController { /* {{{ */
// 'creationstartdate'=>array('hour'=>1, 'minute'=>0, 'second'=>0, 'year'=>date('Y')-1, 'month'=>date('m'), 'day'=>date('d')),
);
$resArr = $dms->search($sparams);
// $resArr = $dms->search($querystr, $limit, $offset, 'AND', $searchin, null, null, array(), array('hour'=>1, 'minute'=>0, 'second'=>0, 'year'=>date('Y')-1, 'month'=>date('m'), 'day'=>date('d')), array(), array(), array(), array(), array(), $objects);
if($resArr === false) {
return $this->renderer->json($response, array())->withStatus(200);
}