From 31345ddbf31160224c0bce1a9b381a9cb728c44d Mon Sep 17 00:00:00 2001 From: Ice Date: Wed, 5 Mar 2008 20:34:20 +0000 Subject: [PATCH] --- root/install_portal/schemas/update_schema.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/install_portal/schemas/update_schema.php b/root/install_portal/schemas/update_schema.php index a19117a4..13e4b9e6 100644 --- a/root/install_portal/schemas/update_schema.php +++ b/root/install_portal/schemas/update_schema.php @@ -12,8 +12,8 @@ $sql_update['0.2.2'] = array( ); $sql_update['0.2.3'] = array( - "INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_announcements_persmissions', '1')", - "INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_news_persmissions', '1')", + "INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_announcements_permissions', '1')", + "INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_news_permissions', '1')", ); ?> \ No newline at end of file