Remove unused variable from r_printable.

Modify RootTitle to return root-1 instead of root.
This commit is contained in:
Colin Kuskie 2006-07-27 04:01:35 +00:00
parent 8818309eaa
commit 5757842e46
2 changed files with 13 additions and 11 deletions

View file

@ -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\=/) {