fix for sf bug 1191744, default templates wrong

This commit is contained in:
Colin Kuskie 2005-05-02 16:12:52 +00:00
parent 959872102e
commit ef4065559e
8 changed files with 8 additions and 24 deletions

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] || "PBtmpl0000000000000090";
my $templateId = $param[0] || "PBtmpl0000000000000035";
my %var;
my (%cphash, %hash2, %hash, $r, @item, $query);
tie %hash, "Tie::IxHash";