Explorar el Código

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

tokul hace 21 años
padre
commit
8a3d91bd28
Se han modificado 1 ficheros con 2 adiciones y 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
  */
 
 /**