update comment

This commit is contained in:
Jörn Friedrich Dreyer 2013-07-05 15:39:57 +02:00
parent 00987feda1
commit 212ea0508d
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {