koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/catalogue MARCdetail.pl


From: Antoine Farnault
Subject: [Koha-cvs] koha/catalogue MARCdetail.pl
Date: Thu, 12 Jul 2007 15:26:46 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        07/07/12 15:26:46

Modified files:
        catalogue      : MARCdetail.pl 

Log message:
        comment unused code.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/catalogue/MARCdetail.pl?cvsroot=koha&r1=1.14&r2=1.15

Patches:
Index: MARCdetail.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/MARCdetail.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- MARCdetail.pl       9 Jul 2007 13:04:55 -0000       1.14
+++ MARCdetail.pl       12 Jul 2007 15:26:45 -0000      1.15
@@ -60,17 +60,17 @@
     my ( $tagslib, $tag, $subfield, $value, $framework, $dbh ) = @_;
 
     #---- branch
-    if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "branches" ) {
+    #if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "branches" ) {
 
         #       return GetBranchDetail($value)->{branchname};
-    }
+    #}
 
     #---- itemtypes
-    if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "itemtypes" ) {
+    #if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "itemtypes" ) 
{
 
         #          my $itemtypedef = getitemtypeinfo($itemtype);
         #      return $itemtypedef->{description};
-    }
+    #}
 
     #---- "true" authorized value
     my $category = $tagslib->{$tag}->{$subfield}->{'authorised_value'};




reply via email to

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