fixed a couple last minute bugs

This commit is contained in:
JT Smith 2003-03-17 02:58:03 +00:00
parent 3ba8b27d3a
commit e5f7c8a803
2 changed files with 2 additions and 1 deletions

View file

@ -84,6 +84,8 @@ foreach my $macro (@macroList) {
$alias[0] = "?";
} elsif ($alias[0] eq "At") {
$alias[0] = "\@";
} elsif ($alias[0] eq "rootmenuHorizontal") {
$alias[0] = "rootmenu";
} elsif ($alias[0] eq "Hash") {
$alias[0] = "#";
}

View file

@ -97,7 +97,6 @@ use WebGUI::Operation::User ();
use WebGUI::Page ();
use WebGUI::Paginator ();
use WebGUI::Privilege ();
use WebGUI::ProxyParse ();
use WebGUI::Search ();
use WebGUI::Session ();
use WebGUI::SQL ();