a few bug fixes

This commit is contained in:
JT Smith 2006-03-22 20:29:14 +00:00
parent 5fa09ae97f
commit 080eb061ef
6 changed files with 9 additions and 9 deletions

View file

@ -28,8 +28,6 @@ use WebGUI::AdminConsole;
use WebGUI::Cache;
use WebGUI::Form;
use WebGUI::HTMLForm;
use WebGUI::Search;
use WebGUI::Search::Index;
use WebGUI::TabForm;
use WebGUI::Utility;
@ -1421,7 +1419,7 @@ sub newByUrl {
=head2 prepareView ( )
Executes what is necessary to make the view() method work with content streaming. This includes things like processing template head tags.
Executes what is necessary to make the view() method work with content chunking. This includes things like processing template head tags.
=cut