Explorar o código

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

tokul %!s(int64=21) %!d(string=hai) anos
pai
achega
8a3d91bd28
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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
  */
 
 /**