added german toolbar icons
This commit is contained in:
parent
e7feaa7073
commit
925de26f97
20 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
visitors.
|
||||
- Bugfix [ 884375 ] Fix for multiple forum posts applied also to
|
||||
www_viewForum to handle postings that start a new thread.
|
||||
- Added German toolbar icons.
|
||||
|
||||
|
||||
6.0.1
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
insert into webguiVersion values ('6.0.2','upgrade',unix_timestamp());
|
||||
update language set toolbar='german' where languageId=2;
|
||||
alter table language change toolbar toolbar varchar(35) not null default 'metal';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue