From 95d389807ac367a0f05258f579f4be1349d6e323 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 13 Jan 2006 02:34:27 +0000 Subject: [PATCH] ISSO_DB_LAYER needs to be defined before we load the module --- includes/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/init.php b/includes/init.php index c618f45..a6eb7e9 100644 --- a/includes/init.php +++ b/includes/init.php @@ -49,8 +49,8 @@ $viewsvn->set('sourcepath', $conf['paths']['isso']); $viewsvn->load('functions', 'funct', true); -$viewsvn->load('db_mysql', 'db', true); define('ISSO_DB_LAYER', 'db_mysql'); +$viewsvn->load('db_mysql', 'db', true); $db->connect($conf['db']['server'], $conf['db']['user'], $conf['db']['pass'], $conf['db']['name'], 0); $viewsvn->load('xml', 'xml', true); -- 2.22.5