From 74f5d33f2e66652d1838cf95947d285db0225bde Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 12 Apr 2004 08:02:15 +0000 Subject: [PATCH] moving forms to separate subpackage. It is easier to dig through functions when they are splitted into categories git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7099 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/forms.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/forms.php b/functions/forms.php index 3f204101..0d5bfef3 100644 --- a/functions/forms.php +++ b/functions/forms.php @@ -8,8 +8,9 @@ * Functions to build HTML forms in a safe and consistent manner. * All name, value attributes are htmlentitied. * - * $Id$ + * @version $Id$ * @package squirrelmail + * @subpackage forms */ /** -- 2.25.1