Use correct version of the $login variable, we want the one functions.inc.php has touched

This commit is contained in:
Miles Lott 2001-08-23 03:48:28 +00:00
parent 51fd39fac2
commit 9d60e7f2ac

View File

@ -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'])
{