diff options
author | Urban Müller | 2010-11-09 15:34:16 +0000 |
---|---|---|
committer | Urban Müller | 2010-11-09 15:34:16 +0000 |
commit | 4f5935eeb6112fbc086b32565066e31e9b72f111 (patch) | |
tree | 806d96f88f5fb0e78970cc3839b0be4574aec26c | |
parent | 8133b1209aa512544a090d6eaf9ba7031f47c13e (diff) | |
download | itools-4f5935eeb6112fbc086b32565066e31e9b72f111.tar.gz itools-4f5935eeb6112fbc086b32565066e31e9b72f111.tar.bz2 itools-4f5935eeb6112fbc086b32565066e31e9b72f111.zip |
LIMIT warning
-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 14899d2..68ba6a0 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -651,7 +651,7 @@ function replace($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 updated records (or false on error) + * @return number of updated records (or false on error). WARNING: read LIMIT docs before using it * Does not destroy internal state of last select() call */ function update($tags = array(), $where = null) |