1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

show the attach icon in viewforum. added cached extensions (we need them within viewtopic)

git-svn-id: file:///svn/phpbb/trunk@3777 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-04-01 21:11:07 +00:00
parent d054df5007
commit 8a04466b3f
6 changed files with 93 additions and 59 deletions

File diff suppressed because one or more lines are too long

View File

@@ -193,6 +193,7 @@ CREATE TABLE phpbb_extension_groups (
cat_id tinyint(2) DEFAULT '0' NOT NULL,
allow_group tinyint(1) DEFAULT '0' NOT NULL,
download_mode tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
upload_icon varchar(100) DEFAULT '',
max_filesize int(20) DEFAULT '0' NOT NULL,
PRIMARY KEY (group_id)
);