From e4ed34fc4f188e8ac9ef040818e3090f880a090a Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 17 Nov 2022 16:47:59 +0100 Subject: improve docs --- it_dbi.class | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/it_dbi.class b/it_dbi.class index 3af20d5..6d798a6 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -888,7 +888,8 @@ function delete($query = null) * Delete records matching query which were not touched using this object (since last call of this method) * @param $query Query for entries to be checked * @param $p['mintouched'] Minimum records that have to have been touched, error otherwise - * @param $p['it_error'] Parameters for too few records error message + * @param $p['it_error'] Parameters for it::error call when too few records touched + * @return array with deleted IDs */ function delete_untouched($query = null, $p = []) { -- cgit v1.2.3