From 205746de21d7f433deca27c40bebcd420f7bc6a8 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Jan 2006 08:30:08 +0000 Subject: [PATCH] Load the XML module --- includes/init.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/init.php b/includes/init.php index fa526bf..95c1aeb 100644 --- a/includes/init.php +++ b/includes/init.php @@ -53,6 +53,8 @@ $viewsvn->load('db_mysql', 'db', true); define('ISSO_DB_LAYER', 'db_mysql'); $db->connect($conf['db']['server'], $conf['db']['user'], $conf['db']['pass'], $conf['db']['name'], 0); +$viewsvn->load('xml', 'xml', true); + // ################################################################### // localization stystem $viewsvn->load('localize', 'lang', true); -- 2.22.5