Index: trunk/extensions/SemanticForms/includes/SF_FormPrinter.inc |
— | — | @@ -209,7 +209,7 @@ |
210 | 210 | $full_template_name = null; |
211 | 211 | if (isset($template_label)) { |
212 | 212 | $form_text .= "</fieldset>\n"; |
213 | | - unset $template_label; |
| 213 | + unset ($template_label); |
214 | 214 | } |
215 | 215 | } elseif ($tag_title == 'field') { |
216 | 216 | $field_name = trim($tag_components[1]); |