Tiny correction of phpdoc

release-0.6
thomascube 16 years ago
parent 95fcc33472
commit e93e54fb26

@ -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()
{

@ -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)
{

Loading…
Cancel
Save