diff options
author | thomascube <thomas@roundcube.net> | 2008-09-21 11:05:41 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-21 11:05:41 +0000 |
commit | e93e54fb265481d60bcb4fd2e995366afa758b72 (patch) | |
tree | 41db4f2840bb34759ce195cf56d2a350635b463d /program/include/rcmail.php | |
parent | 95fcc33472a34f4892f223d39452668467cb3129 (diff) |
Tiny correction of phpdoc
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 12270f077..10395b095 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -223,7 +223,7 @@ class rcmail /** * Get the current database connection * - * @return object rcube_db Database connection object + * @return object rcube_mdb2 Database connection object */ public function get_dbh() { |