koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/catalogue issuehistory.pl [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/catalogue issuehistory.pl [rel_3_0]
Date: Mon, 13 Nov 2006 11:19:22 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/11/13 11:19:22

Modified files:
        catalogue      : issuehistory.pl 

Log message:
        removing Data::Dumper

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/catalogue/issuehistory.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: issuehistory.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/Attic/issuehistory.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- issuehistory.pl     13 Nov 2006 11:14:33 -0000      1.1.2.1
+++ issuehistory.pl     13 Nov 2006 11:19:22 -0000      1.1.2.2
@@ -15,7 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: issuehistory.pl,v 1.1.2.1 2006/11/13 11:14:33 toins Exp $
+# $Id: issuehistory.pl,v 1.1.2.2 2006/11/13 11:19:22 toins Exp $
 
 use strict;
 require Exporter;
@@ -40,8 +40,6 @@
 my $bib = $params->{'bib'};
 
 my $issues = GetIssuesFromBiblio($bib);
-use Data::Dumper;
-warn "issue=>".Dumper($issues);
 
 $template->param(
     total  => scalar @$issues,




reply via email to

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