summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Flatz2017-03-08 14:01:33 +0100
committerDavid Flatz2017-03-08 14:01:33 +0100
commita29ada8124f7ea5bbad4387dd908eeaa57b1957c (patch)
treec2c7b765520774b7c44713b60c29eabe0dcbe96b
parent7ef68870c30f9a4e91756b65513f7872c87e8039 (diff)
downloaditools-a29ada8124f7ea5bbad4387dd908eeaa57b1957c.tar.gz
itools-a29ada8124f7ea5bbad4387dd908eeaa57b1957c.tar.bz2
itools-a29ada8124f7ea5bbad4387dd908eeaa57b1957c.zip
remove comment, upsert should keep state of current iterator
-rw-r--r--it_dbi.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_dbi.class b/it_dbi.class
index 48a02b8..9f6aa65 100644
--- a/it_dbi.class
+++ b/it_dbi.class
@@ -918,7 +918,7 @@ function valid()
/**
- * Updates or inserts record. Destroys iterator of dbi object used
+ * Updates or inserts record
*/
function upsert($tags)
{