koha-cvs
[Top][All Lists]
Advanced

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

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


From: Antoine Farnault
Subject: [Koha-cvs] koha/catalogue detail.pl [rel_3_0]
Date: Wed, 22 Nov 2006 11:04:02 +0000

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

Modified files:
        catalogue      : detail.pl 

Log message:
        delete some unused lines.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/catalogue/detail.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.6.2.6&r2=1.6.2.7

Patches:
Index: detail.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/detail.pl,v
retrieving revision 1.6.2.6
retrieving revision 1.6.2.7
diff -u -b -r1.6.2.6 -r1.6.2.7
--- detail.pl   21 Nov 2006 10:45:54 -0000      1.6.2.6
+++ detail.pl   22 Nov 2006 11:04:02 -0000      1.6.2.7
@@ -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: detail.pl,v 1.6.2.6 2006/11/21 10:45:54 toins Exp $
+# $Id: detail.pl,v 1.6.2.7 2006/11/22 11:04:02 toins Exp $
 
 use strict;
 require Exporter;
@@ -37,9 +37,6 @@
                             });
 
 my $biblionumber=$query->param('biblionumber');
-if (!$biblionumber){
-    $biblionumber=$query->param('biblionumber');
-}
 
 # change back when ive fixed request.pl
 my @items                                 = &GetItemsInfo($biblionumber, 
'intra');




reply via email to

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