[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.2,1.4.2.3

Alan Millar amillar at users.sourceforge.net
Sun Jun 9 07:28:28 CEST 2002


Update of /cvsroot/koha/koha/updater
In directory usw-pr-cvs1:/tmp/cvs-serv15534/updater

Modified Files:
      Tag: rel-1-2
	updatedatabase 
Log Message:
Sync biblioitems fields between acqui, acqui.simple, and updatedatabase


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -C2 -r1.4.2.2 -r1.4.2.3
*** updatedatabase	6 Jun 2002 19:51:22 -0000	1.4.2.2
--- updatedatabase	9 Jun 2002 05:28:26 -0000	1.4.2.3
***************
*** 18,22 ****
  use C4::Database;
  
! my $debug=1;
  
  my (
--- 18,22 ----
  use C4::Database;
  
! my $debug=0;
  
  my (
***************
*** 68,73 ****
--- 68,75 ----
      deletedbiblio=>{ 'abstract' => 'text' },
      biblioitems=>{ 'lccn' => 'char(25)',
+ 		'url' => 'varchar(255)',
  		'marc' => 'text' },
      deletedbiblioitems=>{ 'lccn' => 'char(25)',
+ 		'url' => 'varchar(255)',
  		'marc' => 'text' },
      branchtransfers=>{ 'datearrived' => 'datetime' },





More information about the Koha-cvs mailing list