From ba10a66bcec6f699be6573325bbbbddcd38f5d0c Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 11 Jul 2025 19:31:34 +0200 Subject: better docs --- it_dbi.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3