old AdminBar template removed, but macro code not updated

This commit is contained in:
Colin Kuskie 2005-05-05 15:23:39 +00:00
parent e8a5ce6991
commit 39a71a9b44

View file

@ -28,7 +28,7 @@ use WebGUI::Utility;
sub process {
return "" unless ($session{var}{adminOn});
my @param = WebGUI::Macro::getParams($_[0]);
my $templateId = $param[0] || "PBtmpl0000000000000035";
my $templateId = $param[0] || "PBtmpl0000000000000090";
my %var;
my (%cphash, %hash2, %hash, $r, @item, $query);
tie %hash, "Tie::IxHash";