This is no longer required as a call to checkForPrefs was added to
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 23 Dec 2001 22:03:13 +0000 (22:03 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 23 Dec 2001 22:03:13 +0000 (22:03 +0000)
cachePrefValues, and cachePrefValues is called the first time a call
is made to getPref for a session. Basically, checkForPrefs no longer
needs to be called outside of functions/prefs.php.
----------------------------------------------------------------------

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

src/redirect.php

index 3ac885d45557f89fc606390fdf4716d345ec12b2..91a0dcb6cdfa697844530c897418580a91e3b706 100644 (file)
@@ -122,7 +122,6 @@ if (!session_is_registered('user_is_logged_in')) {
     session_register ('username');
     setcookie('key', $key, 0, $base_uri);
     do_hook ('login_verified');
-    checkForPrefs( $data_dir, $username);
 
 }