WebGUI 3.0.0 release

This commit is contained in:
JT Smith 2002-01-05 05:46:00 +00:00
parent 08b81c6064
commit baec9039ef
82 changed files with 1939 additions and 1483 deletions

View file

@ -0,0 +1,5 @@
update page set title='no title' where title='';
update page set title='no title' where title=NULL;
update page set urlizedTitle='no_title' where urlizedTitle='';
update page set urlizedTitle='no_title' where urlizedTitle=NULL;