diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-21 11:05:41 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-21 11:05:41 +0000 |
| commit | a96f791cfa31b6475a6fd6cc2c5642212a3b331b (patch) | |
| tree | dc8403a6a44ebc9d89281002b7c803b4939b90cc /roundcubemail/program/include/rcmail.php | |
| parent | fd4a57b993720741d4c048ddde37e9cb42859edd (diff) | |
Tiny correction of phpdoc
git-svn-id: https://svn.roundcube.net/trunk@1872 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcmail.php')
| -rw-r--r-- | roundcubemail/program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index 12270f077..10395b095 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/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() { |
