Moving Special:Userlevels and Special:Grouplevels to Special:Userrights and Special...
[lhc/web/wiklou.git] / includes / HTMLForm.php
index e1bb123..3ff08b0 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * This file contain a class to easily build HTML forms as well as custom
- * functions used by SpecialUserlevels.php and SpecialGrouplevels.php
+ * functions used by SpecialUserrights.php and SpecialGroups.php
  * @package MediaWiki
  */
 
@@ -95,8 +95,6 @@ class HTMLForm {
 } // end class
 
 
-// functions used by SpecialUserlevels & SpecialGrouplevels
-
 /** Build a select with all existent groups
  * @param string $selectname Name of this element. Name of form is automaticly prefixed.
  * @param array $selected Array of element selected when posted. Multiples will only show them.