since comments are not needed for @return
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 13 Apr 2005 14:21:57 +0000 (14:21 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 13 Apr 2005 14:21:57 +0000 (14:21 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9258 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_messages.php

index 92b96a9f115e447a7c920e755810150407638dfd..740a6b1dd906f76c2c07516a407c796f0839d4ad 100755 (executable)
@@ -587,7 +587,7 @@ function parseArray($read,&$i) {
  * @param array  $msg_list array with id's to create a msgs set from
  * @param array  $aHeaderFields (since 1.5.0) requested header fields
  * @param array  $aFetchItems (since 1.5.0) requested other fetch items like FLAGS, RFC822.SIZE
  * @param array  $msg_list array with id's to create a msgs set from
  * @param array  $aHeaderFields (since 1.5.0) requested header fields
  * @param array  $aFetchItems (since 1.5.0) requested other fetch items like FLAGS, RFC822.SIZE
- * @return array $aMessages (since 1.5.0) associative array with messages. Key is the UID, value is an associative array
+ * @return array $aMessages associative array with messages. Key is the UID, value is an associative array
  * @since 1.1.3
  */
 function sqimap_get_small_header_list($imap_stream, $msg_list,
  * @since 1.1.3
  */
 function sqimap_get_small_header_list($imap_stream, $msg_list,