[Koha-patches] [PATCH] overdue.pl further cleanup

Galen Charlton galen.charlton at liblime.com
Fri May 22 13:46:55 CEST 2009


Hi,

This patch does not apply against HEAD, and apparently requires a
dependent patch.

Regards,

Galen

On Thu, May 21, 2009 at 9:37 PM, Joe Atzberger
<joe.atzberger at liblime.com> wrote:
> Remove 9 unused variables.
> ---
>  circ/overdue.pl |   10 ----------
>  1 files changed, 0 insertions(+), 10 deletions(-)
>
> diff --git a/circ/overdue.pl b/circ/overdue.pl
> index c2e9fa7..b258b30 100755
> --- a/circ/overdue.pl
> +++ b/circ/overdue.pl
> @@ -29,7 +29,6 @@ use C4::Dates qw/format_date/;
>  use Date::Calc qw/Today/;
>
>  my $input = new CGI;
> -my $type    = $input->param(  'type' );
>  my $order   = $input->param( 'order' ) || '';
>  my $showall = $input->param('showall');
>
> @@ -104,15 +103,6 @@ $template->param(
>     showall      => $showall,
>  );
>
> -my $duedate;
> -my $borrowernumber;
> -my $itemnum;
> -my $name;
> -my $phone;
> -my $email;
> -my $title;
> -my $author;
> -
>  my @sort_roots = qw(borrower title barcode date_due);
>  push @sort_roots, map {$_ . " desc"} @sort_roots;
>  my @order_loop = ({selected => $order ? 0 : 1});   # initial blank row
> --
> 1.5.6.5
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches
>



-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list