From 4e39c69224df2bd03cb568368669b3e0956dcd1b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 6 Feb 2025 11:17:04 +0100 Subject: [PATCH] remove old commented call of search() --- restapi/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/restapi/index.php b/restapi/index.php index b99c71978..178bcfa2d 100644 --- a/restapi/index.php +++ b/restapi/index.php @@ -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); }