fix for sf bug 1191744, default templates wrong
This commit is contained in:
parent
959872102e
commit
ef4065559e
8 changed files with 8 additions and 24 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue