- fix [ 1177447 ] deployPackage does not retain content pos. for dupl. layouts

This commit is contained in:
Matthew Wilson 2005-08-24 01:57:56 +00:00
parent 059ef037aa
commit 6ed1a66b66
2 changed files with 9 additions and 3 deletions

View file

@ -67,10 +67,8 @@ sub _formatFunction {
my $url;
if (exists $function->{func}) {
$url = WebGUI::URL::page("func=".$function->{func});
$url = '#' if $session{form}{func} eq $function->{func};
} else {
$url = WebGUI::URL::page("op=".$function->{op});
$url = '#' if $session{form}{op} eq $function->{op};
}
return {
title=>WebGUI::International::get($function->{title}{id}, $function->{title}{namespace}),