r23962 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23961‎ | r23962 | r23963 >
Date:14:49, 10 July 2007
Author:yaron
Status:old
Tags:
Comment:
Small fix
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormPrinter.inc (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormPrinter.inc
@@ -209,7 +209,7 @@
210210 $full_template_name = null;
211211 if (isset($template_label)) {
212212 $form_text .= "</fieldset>\n";
213 - unset $template_label;
 213+ unset ($template_label);
214214 }
215215 } elseif ($tag_title == 'field') {
216216 $field_name = trim($tag_components[1]);

Status & tagging log