[Koha-cvs] CVS: koha/marc test,1.2.2.1,1.2.2.2

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


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

Modified Files:
      Tag: arensb-context
	test 
Log Message:
Added a whole mess of FIXME comments.


Index: test
===================================================================
RCS file: /cvsroot/koha/koha/marc/test,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** test	4 Oct 2002 02:40:18 -0000	1.2.2.1
--- test	5 Oct 2002 06:18:16 -0000	1.2.2.2
***************
*** 27,30 ****
  $item->{'homebranch'}=$newschool;
  print $item->{'homebranch'}."\n";
! updateItem($env, $item);
  $sth->finish;
--- 27,30 ----
  $item->{'homebranch'}=$newschool;
  print $item->{'homebranch'}."\n";
! updateItem($env, $item);	# FIXME - $env undefined
  $sth->finish;





More information about the Koha-cvs mailing list