[Koha-cvs] koha/updater updatedatabase [rel_2_2]

Joshua Ferraro jmf at kados.org
Mon Jul 31 15:25:48 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/07/31 13:25:48

Modified files:
	updater        : updatedatabase 

Log message:
	labels_conf section changed itemcallno to itemcallnumber to be 
	consistent.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_2_2&r1=1.100.2.50&r2=1.100.2.51

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.50
retrieving revision 1.100.2.51
diff -u -b -r1.100.2.50 -r1.100.2.51
--- updatedatabase	31 Jul 2006 13:10:39 -0000	1.100.2.50
+++ updatedatabase	31 Jul 2006 13:25:47 -0000	1.100.2.51
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.50 2006/07/31 13:10:39 hdl Exp $
+# $Id: updatedatabase,v 1.100.2.51 2006/07/31 13:25:47 kados Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -2167,6 +2167,10 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.51  2006/07/31 13:25:47  kados
+# labels_conf section changed itemcallno to itemcallnumber to be
+# consistent.
+#
 # Revision 1.100.2.50  2006/07/31 13:10:39  hdl
 # adding publisheddate column to serial table.
 #





More information about the Koha-cvs mailing list