summaryrefslogtreecommitdiff
path: root/db-prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-07 17:43:51 +0100
committerAndrew Dolgov <[email protected]>2006-03-07 17:43:51 +0100
commitbbdd7213dcee518e1a3ce895582ce20cb5bb23f3 (patch)
treeec16fb23b5b15d964ab0b0b81730c792a964a4a0 /db-prefs.php
parent7f16656eb7aea169fca6732ccd74ceffd13a1984 (diff)
remove dependency on session.php in db-prefs
Diffstat (limited to 'db-prefs.php')
-rw-r--r--db-prefs.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/db-prefs.php b/db-prefs.php
index 8714e340c..0309f00a0 100644
--- a/db-prefs.php
+++ b/db-prefs.php
@@ -3,8 +3,6 @@
require_once "db.php";
if (! DISABLE_SESSIONS) {
- require_once "sessions.php";
-
if (!$_SESSION["prefs_cache"])
$_SESSION["prefs_cache"] = array();
}