From d40a7867988253916e959193b56210243982a89d Mon Sep 17 00:00:00 2001 From: jangliss Date: Sat, 19 Jun 2004 23:30:00 +0000 Subject: [PATCH] Fix link git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7676 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap_messages.php b/functions/imap_messages.php index 92e83808..0e140e5a 100755 --- a/functions/imap_messages.php +++ b/functions/imap_messages.php @@ -122,7 +122,7 @@ function sqimap_message_list_squisher($messages_array) { /** * Retrieves an array with a sorted uid list. Sorting is done on the imap server -* @link http://www.ietf.org/internet-drafts/draft-ietf-imapext-sort-13.txt +* @link http://www.ietf.org/internet-drafts/draft-ietf-imapext-sort-17.txt * @param resource $imap_stream IMAP socket connection * @param string $sSortField Field to sort on * @param bool $reverse Reverse order search -- 2.25.1