From f8211fdf1cb63891c059d570a5f5ab3030bb2df8 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 22 May 2005 14:46:05 +0000 Subject: [PATCH] content disposition rfc git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9443 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/mime/Disposition.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/class/mime/Disposition.class.php b/class/mime/Disposition.class.php index bf005697..86bbf702 100644 --- a/class/mime/Disposition.class.php +++ b/class/mime/Disposition.class.php @@ -7,13 +7,12 @@ * Licensed under the GNU GPL. For full terms see the file COPYING. * * This file contains functions needed to handle content disposition headers - * in mime messages. + * in mime messages. See RFC 2183. * * @version $Id$ * @package squirrelmail * @subpackage mime * @since 1.3.2 - * @todo find rfc number */ /** -- 2.25.1