diff options
-rw-r--r-- | it_dbi.class | 3 |
1 files changed, 2 insertions, 1 deletions
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 = []) { |