From 212ea0508d05f881d01df4f5b2ed38133bdff359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 5 Jul 2013 15:39:57 +0200 Subject: [PATCH] update comment --- lib/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db.php b/lib/db.php index d5ef424876..efea9e40a8 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)) {