From 434f09b426023d6108956e52d0301151d7b72b3e Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 12 Jan 2011 11:33:31 +0000 Subject: [PATCH] Fixed missing config_name exceptions in portal/includes/functions.php --- root/portal/includes/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index 22b91548..6df3c694 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -859,7 +859,6 @@ function board3_basic_install($mode = 'install', $purge_modules = true, $u_actio 'portal_news' => array(2, 4), 'portal_poll' => array(2, 5), 'portal_whois_online' => array(2, 6), - // 'portal_jumpbox' => array(2, 7), // right column 'portal_user_menu' => array(3, 1), @@ -911,6 +910,8 @@ function board3_basic_install($mode = 'install', $purge_modules = true, $u_actio 'board3_left_column', 'board3_enable', 'board3_portal_version', + 'board3_phpbb_menu', + 'board3_display_jumpbox', ); $sql = 'DELETE FROM ' . CONFIG_TABLE . ' WHERE config_name ' . str_replace('\\', '', $db->sql_like_expression('board3_%')) . ' AND ' . $db->sql_in_set('config_name', $skip_entries, true);