diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-21 09:50:08 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-21 09:50:08 +0100 |
commit | 679b375a4685ad84456860accdd6d719531c81cf (patch) | |
tree | f6ea0912ec18e636e9e52232d93c6f90b16493a3 /program/lib/Roundcube | |
parent | c4781306a54006727b05a5b8a5414e09c51b8bef (diff) |
Fix comment
Diffstat (limited to 'program/lib/Roundcube')
-rw-r--r-- | program/lib/Roundcube/rcube_db.php | 2 |
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) { |