Correct login issues with PHP < 4.1
authorebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 23 Apr 2003 18:13:08 +0000 (18:13 +0000)
committerebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 23 Apr 2003 18:13:08 +0000 (18:13 +0000)
commitf79c19a48bf98f3b990aeca732c911b556d8c7cd
treea10782c9b4b39b7e70cb4c444b628c724233b743
parent609999ad93c75bb4c7b38cae318934bce9637fbe
Correct login issues with PHP < 4.1
Correctly retrieve values from global vars in case where
4.1 superglobals are not defined..
(Problem caused by references made in global scope not existing within
function scope).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4796 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/global.php