浏览代码

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

tokul 21 年之前
父节点
当前提交
8a3d91bd28
共有 1 个文件被更改,包括 2 次插入1 次删除
  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.
  * Functions to build HTML forms in a safe and consistent manner.
  * All name, value attributes are htmlentitied.
  * All name, value attributes are htmlentitied.
  *
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  * @package squirrelmail
+ * @subpackage forms
  */
  */
 
 
 /**
 /**