diff options
author | Urban Müller | 2012-07-19 17:37:13 +0000 |
---|---|---|
committer | Urban Müller | 2012-07-19 17:37:13 +0000 |
commit | e0e06bcc5ea10ff5498a842a9e9eb5ddce46bca5 (patch) | |
tree | 4f2bee10208862dc4059aa848169bef19e59ad27 | |
parent | 09b101124cf8427cbaf6c0fb76636f530a2397d5 (diff) | |
download | itools-e0e06bcc5ea10ff5498a842a9e9eb5ddce46bca5.tar.gz itools-e0e06bcc5ea10ff5498a842a9e9eb5ddce46bca5.tar.bz2 itools-e0e06bcc5ea10ff5498a842a9e9eb5ddce46bca5.zip |
docs
-rw-r--r-- | it_dbi.class | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/it_dbi.class b/it_dbi.class index 3281415..89b641f 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -644,6 +644,7 @@ function iterate() * After inserting, all values are valid (record is read back). * Does not destroy internal state of last select() call * @param $tags key => value pairs to set + * @return true for success, false for failure (e.g. duplicate entry for key) */ function insert($tags = array(), $command = "INSERT") { |