]> source.dussan.org Git - nextcloud-server.git/commitdiff
update comment
authorJörn Friedrich Dreyer <jfd@butonic.de>
Fri, 5 Jul 2013 13:39:57 +0000 (15:39 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Fri, 5 Jul 2013 13:39:57 +0000 (15:39 +0200)
lib/db.php

index d5ef4248764f5a636d77f9cb6d307e60730d8632..efea9e40a8c78a373258bb4006250a783310a73e 100644 (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)) {