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 | |
| 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')
| -rw-r--r-- | roundcubemail/program/include/rcmail.php | 2 | ||||
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.php | 2 |
2 files changed, 2 insertions, 2 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() { diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php index cafe1b035..e7ad17a8f 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/program/include/rcube_imap.php @@ -1017,7 +1017,7 @@ class rcube_imap * an object structure similar to the one generated by PEAR::Mail_mimeDecode * * @param int Message UID to fetch - * @return object stdClass Message part tree or False on failure + * @return object rcube_message_part Message part tree or False on failure */ function &get_structure($uid) { |
