[Koha-cvs] CVS: koha/updater updatedatabase,1.14,1.15

Chris Cormack rangi at users.sourceforge.net
Sun Jul 21 00:30:08 CEST 2002


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

Modified Files:
	updatedatabase 
Log Message:
Making sure fix makes it into the main branch as well
Fix for bug 69


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** updatedatabase	8 Jul 2002 16:20:26 -0000	1.14
--- updatedatabase	20 Jul 2002 22:30:06 -0000	1.15
***************
*** 111,114 ****
--- 111,115 ----
      borrowers=>{'userid' => 'char(30)',
      		'password' => 'char(30)',},
+     aqorders=>{'budgetdate' => 'date'},		   
  );
  
***************
*** 305,308 ****
--- 306,313 ----
  
  # $Log$
+ # Revision 1.15  2002/07/20 22:30:06  rangi
+ # Making sure fix makes it into the main branch as well
+ # Fix for bug 69
+ #
  # Revision 1.14  2002/07/08 16:20:26  tonnesen
  # Added sessionqueries table and password/userid fields to borrowers table





More information about the Koha-cvs mailing list