koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Alan Millar
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.2,1.4.2.3
Date: Sat, 08 Jun 2002 22:28:28 -0700

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' },




reply via email to

[Prev in Thread] Current Thread [Next in Thread]