From 85bea7fb2e783f67e9517ba8de31e0c772510289 Mon Sep 17 00:00:00 2001 From: gareth Date: Sat, 24 Feb 2007 00:13:06 +0000 Subject: [PATCH] minor typo --- login/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];