Browse Source

moving forms to separate subpackage. It is easier to dig through functions
when they are splitted into categories

tokul 21 years ago
parent
commit
8a3d91bd28
1 changed files with 2 additions and 1 deletions
  1. 2 1
      functions/forms.php

+ 2 - 1
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
  */
 
 /**