Fixed a bug where Message Board postings were being displayed out of order .

This commit is contained in:
JT Smith 2002-11-06 01:42:17 +00:00
parent accaf50188
commit 6f2ac6c7c3
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,5 @@
insert into webguiVersion values ('4.8.0','upgrade',unix_timestamp());
update incrementer set nextValue=100000 where incrementerId='messageId';