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

paul poulain paul at koha-fr.org
Thu Nov 23 10:06:49 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/11/23 09:06:49

Modified files:
	admin          : marctagstructure.pl 

Log message:
	removing warning

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/marctagstructure.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.32&r2=1.32.2.1

Patches:
Index: marctagstructure.pl
===================================================================
RCS file: /sources/koha/koha/admin/Attic/marctagstructure.pl,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -u -b -r1.32 -r1.32.2.1
--- marctagstructure.pl	4 Jul 2006 14:36:51 -0000	1.32
+++ marctagstructure.pl	23 Nov 2006 09:06:49 -0000	1.32.2.1
@@ -357,7 +357,6 @@
 	my @results;
 	while (my $data=$sth->fetchrow_hashref){
 	push(@results,$data);
-	warn "=> ".$data->{liblibrarian};
 	}
 	#  $sth->execute;
 	$sth->finish;





More information about the Koha-cvs mailing list