6.2.6 bugfixes
This commit is contained in:
parent
9e38cb81e0
commit
d2a301e02b
24 changed files with 171 additions and 102 deletions
|
|
@ -24,7 +24,7 @@ sub process {
|
|||
@param = WebGUI::Macro::getParams($_[0]);
|
||||
my $append = 'op=makePrintable';
|
||||
if ($session{env}{REQUEST_URI} =~ /op\=/) {
|
||||
$append = 'action2='.WebGUI::URL::escape($append);
|
||||
$append = 'op2='.WebGUI::URL::escape($append);
|
||||
}
|
||||
$temp = WebGUI::URL::append($session{env}{REQUEST_URI},$append);
|
||||
if ($param[1] ne "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue