diff options
author | Urban Müller | 2022-11-03 17:04:28 +0100 |
---|---|---|
committer | Urban Müller | 2022-11-03 17:04:28 +0100 |
commit | 85ea2791e752fe96beb98c4c9c9f03b96f6eacf1 (patch) | |
tree | ebdd1ceb5b67dfa209173d6f5809c75de718111d /it_dbi.class | |
parent | c3a0b03960790b799eb6b49d91851afe3ce3636a (diff) | |
download | itools-85ea2791e752fe96beb98c4c9c9f03b96f6eacf1.tar.gz itools-85ea2791e752fe96beb98c4c9c9f03b96f6eacf1.tar.bz2 itools-85ea2791e752fe96beb98c4c9c9f03b96f6eacf1.zip |
improve docs
Diffstat (limited to 'it_dbi.class')
-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 = []) |