diff --git a/login/index.php b/login/index.php index 9165c60145..f8e1554f2c 100644 --- a/login/index.php +++ b/login/index.php @@ -18,7 +18,7 @@ function login($args) { $firstname=add_slashes($args['first']); $lastname=add_slashes($args['last']); $passwd=add_slashes($args['passwd']); - else { + } else { $firstname=$args['first']; $lastname=$args['last']; $passwd=$args['passwd'];