From: Jörn Friedrich Dreyer Date: Fri, 5 Jul 2013 13:39:57 +0000 (+0200) Subject: update comment X-Git-Tag: v6.0.0alpha2~493^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=212ea0508d05f881d01df4f5b2ed38133bdff359;p=nextcloud-server.git update comment --- 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)) {