Browse Source

This is no longer required as a call to checkForPrefs was added to
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.
----------------------------------------------------------------------

thomppj 23 years ago
parent
commit
9cd0f8abb2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/redirect.php

+ 0 - 1
src/redirect.php

@@ -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);
 
 }