summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_db.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-12-21 09:50:08 +0100
committerAleksander Machniak <alec@alec.pl>2012-12-21 09:50:08 +0100
commit679b375a4685ad84456860accdd6d719531c81cf (patch)
treef6ea0912ec18e636e9e52232d93c6f90b16493a3 /program/lib/Roundcube/rcube_db.php
parentc4781306a54006727b05a5b8a5414e09c51b8bef (diff)
Fix comment
Diffstat (limited to 'program/lib/Roundcube/rcube_db.php')
-rw-r--r--program/lib/Roundcube/rcube_db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_db.php b/program/lib/Roundcube/rcube_db.php
index 9283bb0d4..3e4617948 100644
--- a/program/lib/Roundcube/rcube_db.php
+++ b/program/lib/Roundcube/rcube_db.php
@@ -426,7 +426,7 @@ class rcube_db
*
* @param mixed $result Optional query handle
*
- * @return int Number of rows or false on failure
+ * @return int Number of (matching) rows
*/
public function affected_rows($result = null)
{