Sans objet


Mon Jul 28 14:19:07 CEST 2008


you are doing the same thing twice.
Am I correct ?
So what is the point ?

>  	my $op = $query->param('op');
>  #    my $imgdir = getitemtypeimagesrc();
>  #    my $itemtypes = GetItemTypes();
> @@ -173,6 +175,7 @@ SWITCH: {
>  				#$this_item->{'description'} = $itemtypes->{ $this_item->{itemtype} }->{'description'};
>  				$this_item->{'dateadded'} = format_date($this_item->{'dateadded'});
>  			}
> +			push @paramsloop, {display => 'privateshelves'} if $category == 1;
should be  : 
			push @paramsloop, {display => $displaymode} ;
should it not ?

--bound1226150653--



More information about the Koha-patches mailing list