[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.21,1.4.2.22

Steve Tonnesen tonnesen at users.sourceforge.net
Fri Oct 25 19:34:36 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	updatedatabase 
Log Message:
Initialize the dateformat systempreference variable to 'metric' if it doesn't
exist.


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.21
retrieving revision 1.4.2.22
diff -C2 -r1.4.2.21 -r1.4.2.22
*** updatedatabase	17 Sep 2002 22:01:36 -0000	1.4.2.21
--- updatedatabase	25 Oct 2002 17:34:33 -0000	1.4.2.22
***************
*** 149,152 ****
--- 149,153 ----
      	{ uniquefieldrequired => 'variable', variable => 'autoMemberNum', value => '1' },
      	{ uniquefieldrequired => 'variable', variable => 'acquisitions', value => 'simple' },
+     	{ uniquefieldrequired => 'variable', variable => 'dateformat', value => 'metric' },
      ],
  
***************
*** 400,403 ****
--- 401,408 ----
  
  # $Log$
+ # Revision 1.4.2.22  2002/10/25 17:34:33  tonnesen
+ # Initialize the dateformat systempreference variable to 'metric' if it doesn't
+ # exist.
+ #
  # Revision 1.4.2.21  2002/09/17 22:01:36  tonnesen
  # Added a routine to check the definitions of individual fields in a table.





More information about the Koha-cvs mailing list