From 0ac84060e1f9ce8faad05d34beae39dc70762206 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 1 Aug 2006 06:11:51 +0000 Subject: [PATCH] r1009: Make sure we load ISSO.Functions --- install/global.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/global.php b/install/global.php index d955e79..8c9d3c3 100644 --- a/install/global.php +++ b/install/global.php @@ -49,6 +49,9 @@ define('ISSO_DB_LAYER', 'db_mysql'); $bugsys->load('db_mysql', 'db', true); $db->connect($servername, $username, $password, $database, $usepconnect); +// needed for API validation of user emails +$bugsys->load('functions', 'funct'); + define('DEVDEBUG', $debug); define('TABLE_PREFIX', $tableprefix); define('COOKIE_PREFIX', $cookieprefix); -- 2.22.5