diff --git a/lib/db.php b/lib/db.php
index d5ef4248764f5a636d77f9cb6d307e60730d8632..efea9e40a8c78a373258bb4006250a783310a73e 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)) {