*** empty log message ***

This commit is contained in:
JT Smith 2003-02-09 03:34:33 +00:00
parent 6e70501c8c
commit 9c63be7e9d
6 changed files with 26 additions and 39 deletions

View file

@ -707,7 +707,11 @@ delete from international where languageId=11 and namespace='UserSubmission' and
delete from international where languageId=11 and namespace='UserSubmission' and internationalId=59;
delete from international where languageId=11 and namespace='UserSubmission' and internationalId=6;
delete from international where languageId=11 and namespace='UserSubmission' and internationalId=61;
alter table page add column hideFromNavigation int not null default 0;
update page set hideFromNavigation=1 where pageId=4;
update page set hideFromNavigation=1 where pageId=3;
update page set hideFromNavigation=1 where pageId=2;
update page set hideFromNavigation=1 where pageId=5;