[Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.16,1.6.2.17

Paul POULAIN tipaul at users.sourceforge.net
Fri Sep 23 11:36:27 CEST 2005


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27857/C4

Modified Files:
      Tag: rel_2_2
	Bull.pm 
Log Message:
removing warns

Index: Bull.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Bull.pm,v
retrieving revision 1.6.2.16
retrieving revision 1.6.2.17
diff -C2 -r1.6.2.16 -r1.6.2.17
*** Bull.pm	14 Sep 2005 15:56:42 -0000	1.6.2.16
--- Bull.pm	23 Sep 2005 09:36:25 -0000	1.6.2.17
***************
*** 225,229 ****
  			if ($first eq 1){$first=0;}
  			my $temp=$res[scalar(@res)-1]->{'serials'};
- 			warn "STATUS : ".$subs->{status};
  			push @$temp,
  				{'planneddate' => format_date($subs->{'planneddate'}), 
--- 225,228 ----
***************
*** 239,243 ****
  			$bibliotitle= $subs->{'bibliotitle'};
  			my @temp;
- 			warn "STATUS : ".$subs->{status};
  			push @temp,
  				{'planneddate' => format_date($subs->{'planneddate'}), 
--- 238,241 ----





More information about the Koha-cvs mailing list