From dbf6c97142e101f504dbe60e2f906a98f952e159 Mon Sep 17 00:00:00 2001 From: Moc Date: Fri, 10 May 2013 15:51:03 +0200 Subject: [PATCH] Minor LAN change to make changing avatar procedure easier to understand --- e107_handlers/form_handler.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);