Fixed a couple bugs with the new USS.
This commit is contained in:
parent
02f368ff96
commit
f348a86ee9
3 changed files with 13 additions and 5 deletions
|
|
@ -52,7 +52,7 @@ alter table UserSubmission add column editTimeout int not null default 1;
|
|||
alter table UserSubmission add column groupToPost int not null default 2;
|
||||
alter table UserSubmission add column groupToApprove int not null default 4;
|
||||
INSERT INTO international VALUES (39,'UserSubmission','English','Post a Reply');
|
||||
INSERT INTO international VALUES (40,'UserSubmission','English','Posted By');
|
||||
INSERT INTO international VALUES (40,'UserSubmission','English','Posted by');
|
||||
INSERT INTO international VALUES (41,'UserSubmission','English','Date');
|
||||
INSERT INTO international VALUES (42,'UserSubmission','English','Edit Response');
|
||||
INSERT INTO international VALUES (43,'UserSubmission','English','Delete Response');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue