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

Henri-Damien LAURENT laurenthdl at alinto.com
Wed Jan 24 16:59:00 CET 2007


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

Modified files:
	admin          : auth_subfields_structure.pl 

Log message:
	Fixing previous commit.
	execute would not need parameters any longer.

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.6&r2=1.7.2.7

Patches:
Index: auth_subfields_structure.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/auth_subfields_structure.pl,v
retrieving revision 1.7.2.6
retrieving revision 1.7.2.7
diff -u -b -r1.7.2.6 -r1.7.2.7
--- auth_subfields_structure.pl	24 Jan 2007 15:55:57 -0000	1.7.2.6
+++ auth_subfields_structure.pl	24 Jan 2007 15:59:00 -0000	1.7.2.7
@@ -109,7 +109,7 @@
     # build thesaurus categories list
     $sth2->finish;
     $sth2 = $dbh->prepare("select authtypecode from auth_types");
-    $sth2->execute($authtypecode);
+    $sth2->execute;
     my @authtypes;
     push @authtypes, "";
     while ( ( my $authtypecode ) = $sth2->fetchrow_array ) {





More information about the Koha-cvs mailing list