[Koha-cvs] CVS: koha/marc viewmarc.pl,1.4.2.1,1.4.2.2

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:26:11 CEST 2002


Update of /cvsroot/koha/koha/marc
In directory usw-pr-cvs1:/tmp/cvs-serv3248

Modified Files:
      Tag: arensb-context
	viewmarc.pl 
Log Message:
Oops! Stupid bug fix.


Index: viewmarc.pl
===================================================================
RCS file: /cvsroot/koha/koha/marc/viewmarc.pl,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** viewmarc.pl	4 Oct 2002 02:44:39 -0000	1.4.2.1
--- viewmarc.pl	5 Oct 2002 06:26:09 -0000	1.4.2.2
***************
*** 36,40 ****
  
  my $input = new CGI;
! my $dbh = C4::Context;
  my $fields;
  marcdefs();
--- 36,40 ----
  
  my $input = new CGI;
! my $dbh = C4::Context->dbh;
  my $fields;
  marcdefs();





More information about the Koha-cvs mailing list