mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Two new images (reported/unapproved items), please update your database. Added blank images as placeholders.
git-svn-id: file:///svn/phpbb/trunk@3639 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c8298ccd51
commit
4577cf61d1
4 changed files with 3 additions and 1 deletions
BIN
phpBB/imagesets/subSilver/item_reported.gif
Normal file
BIN
phpBB/imagesets/subSilver/item_reported.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,012 B |
BIN
phpBB/imagesets/subSilver/item_unapproved.gif
Normal file
BIN
phpBB/imagesets/subSilver/item_unapproved.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,001 B |
File diff suppressed because one or more lines are too long
|
@ -587,6 +587,8 @@ CREATE TABLE phpbb_styles_imageset (
|
||||||
icon_no_aim varchar(200) default '',
|
icon_no_aim varchar(200) default '',
|
||||||
icon_no_yim varchar(200) default '',
|
icon_no_yim varchar(200) default '',
|
||||||
icon_no_msnm varchar(200) default '',
|
icon_no_msnm varchar(200) default '',
|
||||||
|
item_approved varchar(200) NOT NULL default '',
|
||||||
|
item_reported varchar(200) NOT NULL default '',
|
||||||
goto_post varchar(200) default NULL,
|
goto_post varchar(200) default NULL,
|
||||||
goto_post_new varchar(200) default NULL,
|
goto_post_new varchar(200) default NULL,
|
||||||
goto_post_latest varchar(200) default NULL,
|
goto_post_latest varchar(200) default NULL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue