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

Ryan Higgins rch at liblime.com
Tue Nov 14 17:16:58 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Ryan Higgins <rych>	06/11/14 16:16:58

Modified files:
	updater        : updatedatabase 

Log message:
	fix mysql syntax

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_3_0&r1=1.157.2.17&r2=1.157.2.18

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.157.2.17
retrieving revision 1.157.2.18
diff -u -b -r1.157.2.17 -r1.157.2.18
--- updatedatabase	14 Nov 2006 14:39:31 -0000	1.157.2.17
+++ updatedatabase	14 Nov 2006 16:16:58 -0000	1.157.2.18
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.157.2.17 2006/11/14 14:39:31 toins Exp $
+# $Id: updatedatabase,v 1.157.2.18 2006/11/14 16:16:58 rych Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -194,7 +194,7 @@
 			  `notify_date` date NOT NULL default '0000-00-00',
 	                  `notify_send_date` date default NULL,
         	          `notify_level` int(1) NOT NULL default '0',
-                	  `method` varchar(20) NOT NULL default '',
+                	  `method` varchar(20) NOT NULL default ''
  		     )",
 
    charges	=> "(
@@ -1924,6 +1924,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.157.2.18  2006/11/14 16:16:58  rych
+# fix mysql syntax
+#
 # Revision 1.157.2.17  2006/11/14 14:39:31  toins
 # * delete the userflags "reservforself" which is unused.
 # * some new function not use at the moment.





More information about the Koha-cvs mailing list