From 0815df3c58df315bc3bdcfdbd4462281b9a2b2f2 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 30 Jul 2006 14:09:52 +0000 Subject: - removed an accidentaly pasted line [Bug #3227] - added missing images to acp_styles [Bug #2623] and added a new image btn_warn - use the style name when exporting a style instead of the non existant path [Bug #2343] - fixed an incorrect call of acp_styles::install_style() [Bug #2325] - always define $search_query in fulltext_mysql [Bug #3476] git-svn-id: file:///svn/phpbb/trunk@6216 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/schemas/mysql_schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/install/schemas/mysql_schema.sql') diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 018f4ba22b..26878630a0 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -770,6 +770,7 @@ CREATE TABLE phpbb_styles_imageset ( btn_search varchar(200) DEFAULT '' NOT NULL, btn_edit varchar(200) DEFAULT '' NOT NULL, btn_report varchar(200) DEFAULT '' NOT NULL, + btn_warn varchar(200) DEFAULT '' NOT NULL, btn_email varchar(200) DEFAULT '' NOT NULL, btn_www varchar(200) DEFAULT '' NOT NULL, btn_icq varchar(200) DEFAULT '' NOT NULL, -- cgit v1.2.1