diff options
author | Urban Müller | 2022-11-17 16:47:59 +0100 |
---|---|---|
committer | Urban Müller | 2022-11-17 16:47:59 +0100 |
commit | e4ed34fc4f188e8ac9ef040818e3090f880a090a (patch) | |
tree | cebfe3865a1191017391509d10a89964d0e5849d | |
parent | 85ea2791e752fe96beb98c4c9c9f03b96f6eacf1 (diff) | |
download | itools-e4ed34fc4f188e8ac9ef040818e3090f880a090a.tar.gz itools-e4ed34fc4f188e8ac9ef040818e3090f880a090a.tar.bz2 itools-e4ed34fc4f188e8ac9ef040818e3090f880a090a.zip |
improve docs
-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 = []) { |