diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index bb7edb6d5..0488ba9f2 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -413,7 +413,7 @@ class e_form if($localonly == true) { $text = ""; - $text .= ""; // TODO LAN + $text .= ""; // TODO LAN } else { @@ -1784,8 +1784,8 @@ class e_form } } else - { - $user_options = array('name' => $name); //required for some of the automated tasks + { + $user_options = array('name' => $name); //required for some of the automated tasks } return array_merge($def_options, $user_options);