From 8fe48d73f95e93f28d2f0fe7529f50828e4a2ee5 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 16 Jan 2017 15:39:43 +1100 Subject: [PATCH] Remove reference to LIME table --- db.inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/db.inc.php b/db.inc.php index a7d3fd73..79b88ea2 100644 --- a/db.inc.php +++ b/db.inc.php @@ -74,9 +74,6 @@ if (DEBUG == true) $db->debug = true; $db->Execute("set names 'utf8'"); -//store session in database (see sessions2 table) -//ADOdb_Session::config(DB_TYPE, DB_HOST, DB_USER, DB_PASS, DB_NAME, array('table' => LIME_PREFIX . 'sessions')); - /** * Get a setting from the database