From 85ea2791e752fe96beb98c4c9c9f03b96f6eacf1 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 3 Nov 2022 17:04:28 +0100 Subject: improve docs --- it_dbi.class | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/it_dbi.class b/it_dbi.class index e78523b..3af20d5 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -885,9 +885,9 @@ function delete($query = null) /** - * Delete records matching query which were not touched since creation of this object or last call of this func + * 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 be touched, error otherwise + * @param $p['mintouched'] Minimum records that have to have been touched, error otherwise * @param $p['it_error'] Parameters for too few records error message */ function delete_untouched($query = null, $p = []) -- cgit v1.2.3