diff options
-rw-r--r-- | it_dbi.class | 4 |
1 files 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 = []) |