From 0906c80d20efa2e016ba7915be4418e95da6b4c9 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Wed, 3 May 2006 09:22:05 +0000 Subject: Removing a stray ; --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 47ae006fd..8965e58fb 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -951,7 +951,7 @@ function user_authenticate($name, $pass) { // Try to log in the user locally. Don't set $user unless successful. if ($account = user_load(array('name' => $name, 'pass' => $pass, 'status' => 1))) { $user = $account; - }; + } // Strip name and server from ID: if ($server = strrchr($name, '@')) { -- cgit v1.2.3