diff options
author | Urban Müller | 2025-07-11 19:31:34 +0200 |
---|---|---|
committer | Urban Müller | 2025-07-11 19:31:52 +0200 |
commit | ba10a66bcec6f699be6573325bbbbddcd38f5d0c (patch) | |
tree | f1a0092346c4ff4cb59f429b99848b05340184bc | |
parent | 2b36bfdd257e2f59e64413a976edec529c34f558 (diff) | |
download | itools-ba10a66bcec6f699be6573325bbbbddcd38f5d0c.tar.gz itools-ba10a66bcec6f699be6573325bbbbddcd38f5d0c.tar.bz2 itools-ba10a66bcec6f699be6573325bbbbddcd38f5d0c.zip |
-rw-r--r-- | it_dbi.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_dbi.class b/it_dbi.class index bd3e2e8..0eaced2 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -828,7 +828,7 @@ function store($tags = array()) * Update current record or a number of records given by where condition * @param $tags key => value pairs (these have priority over changes in member vars) * @param $where condition to select records to be modified (if not current record) - * @return number of modified records (or false on error). WARNING: read LIMIT docs before using it + * @return number of modified records (or false on error). can be 0 if data already there. also read LIMIT docs * Does not destroy internal state of last select() call */ function update($tags = array(), $where = null) |