Remove unused variable from r_printable.
Modify RootTitle to return root-1 instead of root.
This commit is contained in:
parent
8818309eaa
commit
5757842e46
2 changed files with 13 additions and 11 deletions
|
|
@ -50,7 +50,7 @@ is used.
|
|||
#-------------------------------------------------------------------
|
||||
sub process {
|
||||
my $session = shift;
|
||||
my ($temp, @param, $styleId);
|
||||
my ($temp, @param);
|
||||
@param = @_;
|
||||
my $append = 'op=makePrintable';
|
||||
if ($session->env->get("REQUEST_URI") =~ /op\=/) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue