koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/bull statecollection.pl [rel_2_2]
Date: Fri, 23 Feb 2007 21:27:39 +0000

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');




reply via email to

[Prev in Thread] Current Thread [Next in Thread]