summaryrefslogtreecommitdiffstats
path: root/lib/db.php
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-07-05 15:39:57 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-07-05 15:39:57 +0200
commit212ea0508d05f881d01df4f5b2ed38133bdff359 (patch)
tree981212cd3c7a678d2d847b595f523e6397e3c3ea /lib/db.php
parent00987feda1b9d4c4d19b41291275e00d5d519f9c (diff)
downloadnextcloud-server-212ea0508d05f881d01df4f5b2ed38133bdff359.tar.gz
nextcloud-server-212ea0508d05f881d01df4f5b2ed38133bdff359.zip
update comment
Diffstat (limited to 'lib/db.php')
-rw-r--r--lib/db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db.php b/lib/db.php
index d5ef4248764..efea9e40a8c 100644
--- a/lib/db.php
+++ b/lib/db.php
@@ -1047,7 +1047,7 @@ class PDOStatementWrapper{
}
/**
- * make execute return the result instead of a bool
+ * make execute return the result or updated row count instead of a bool
*/
public function execute($input=array()) {
if(OC_Config::getValue( "log_query", false)) {