USE_DB_SESSIONS does nothing now

git-svn-id: svn://10.0.0.236/trunk@188023 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugzilla%micropipes.com
2006-01-22 23:51:06 +00:00
parent 3a4c21dfd3
commit f1becef2d4

View File

@@ -38,6 +38,4 @@ define('DB_HOST','');
define('DB_NAME','');
define('DB_PORT', '');
// When set to true, db sessions are available.
define('USE_DB_SESSIONS', true);
?>