[Koha-cvs] koha/bull statecollection.pl [rel_2_2]

Joshua Ferraro jmf at liblime.com
Fri Feb 23 22:27:39 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	07/02/23 21:27:39

Modified files:
	bull           : statecollection.pl 

Log message:
	removing warns

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/bull/statecollection.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.3.2.24&r2=1.3.2.25

Patches:
Index: statecollection.pl
===================================================================
RCS file: /sources/koha/koha/bull/Attic/statecollection.pl,v
retrieving revision 1.3.2.24
retrieving revision 1.3.2.25
diff -u -b -r1.3.2.24 -r1.3.2.25
--- statecollection.pl	19 Dec 2006 06:04:18 -0000	1.3.2.24
+++ statecollection.pl	23 Feb 2007 21:27:39 -0000	1.3.2.25
@@ -20,8 +20,8 @@
 my $auser = $query->param('user');
 my $histstartdate = format_date_in_iso($query->param('histstartdate'));
 my $enddate = format_date_in_iso($query->param('enddate'));
-warn "param :".$query->param('histstartdate')."format_date_in_iso".$histstartdate;
-warn "param :".$query->param('enddate')."format_date_in_iso".$enddate;
+#warn "param :".$query->param('histstartdate')."format_date_in_iso".$histstartdate;
+#warn "param :".$query->param('enddate')."format_date_in_iso".$enddate;
 my $recievedlist = $query->param('recievedlist');
 my $missinglist = $query->param('missinglist');
 my $opacnote = $query->param('opacnote');





More information about the Koha-cvs mailing list