From 9d60e7f2ac95ce996baa53b6bc5bfff86b92ac93 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 23 Aug 2001 03:48:28 +0000 Subject: [PATCH] Use correct version of the $login variable, we want the one functions.inc.php has touched --- login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login.php b/login.php index 04eceb50ad..14d9d79d84 100755 --- a/login.php +++ b/login.php @@ -151,7 +151,7 @@ { $phpgw->redirect($phpgw->link('/login.php','code=5')); } - $GLOBALS['sessionid'] = $GLOBALS['phpgw']->session->create($GLOBALS['HTTP_POST_VARS']['login'],$GLOBALS['HTTP_POST_VARS']['passwd']); + $GLOBALS['sessionid'] = $GLOBALS['phpgw']->session->create($GLOBALS['login'],$GLOBALS['HTTP_POST_VARS']['passwd']); if (! isset($GLOBALS['sessionid']) || ! $GLOBALS['sessionid']) {