koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/admin auth_subfields_structure.pl [rel_3_0]


From: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/admin auth_subfields_structure.pl [rel_3_0]
Date: Wed, 24 Jan 2007 15:55:57 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Henri-Damien LAURENT <hdl>      07/01/24 15:55:57

Modified files:
        admin          : auth_subfields_structure.pl 

Log message:
        enabling link between authorities of same type (in order to link with 
brothers.)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/auth_subfields_structure.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.7.2.5&r2=1.7.2.6

Patches:
Index: auth_subfields_structure.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/auth_subfields_structure.pl,v
retrieving revision 1.7.2.5
retrieving revision 1.7.2.6
diff -u -b -r1.7.2.5 -r1.7.2.6
--- auth_subfields_structure.pl 23 Jan 2007 16:15:07 -0000      1.7.2.5
+++ auth_subfields_structure.pl 24 Jan 2007 15:55:57 -0000      1.7.2.6
@@ -108,7 +108,7 @@
     
     # build thesaurus categories list
     $sth2->finish;
-    $sth2 = $dbh->prepare("select authtypecode from auth_types where 
authtypecode <> ?");
+    $sth2 = $dbh->prepare("select authtypecode from auth_types");
     $sth2->execute($authtypecode);
     my @authtypes;
     push @authtypes, "";




reply via email to

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