Index: trunk/extensions/SemanticForms/includes/SF_FormPrinter.php |
— | — | @@ -124,9 +124,6 @@ |
125 | 125 | return false; |
126 | 126 | } |
127 | 127 | |
128 | | - /** |
129 | | - * FIXME: This method has only 1231 lines, which is not over 9000! O_o |
130 | | - */ |
131 | 128 | function formHTML( $form_def, $form_submitted, $source_is_page, $form_id = null, $existing_page_content = null, $page_name = null, $page_name_formula = null, $is_query = false, $embedded = false ) { |
132 | 129 | global $wgRequest, $wgUser, $wgParser; |
133 | 130 | global $sfgTabIndex; // used to represent the current tab index in the form |