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/rcube_imap.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/rcube_imap.php')
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
