thomascube
2008-09-21 e93e54fb265481d60bcb4fd2e995366afa758b72
Tiny correction of phpdoc

2 files modified
4 ■■■■ changed files
program/include/rcmail.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_imap.php 2 ●●● patch | view | raw | blame | history
program/include/rcmail.php
@@ -223,7 +223,7 @@
  /**
   * Get the current database connection
   *
   * @return object rcube_db  Database connection object
   * @return object rcube_mdb2  Database connection object
   */
  public function get_dbh()
  {
program/include/rcube_imap.php
@@ -1017,7 +1017,7 @@
   * 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)
    {