moving forms to separate subpackage. It is easier to dig through functions
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 12 Apr 2004 08:02:15 +0000 (08:02 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 12 Apr 2004 08:02:15 +0000 (08:02 +0000)
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

index 3f20410134c9956d74e236e2ac51943687117fd3..0d5bfef30a0c564d93739a111a6dd85e5e22136d 100644 (file)
@@ -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
  */
 
 /**