[Koha-cvs] koha/misc koha.mysql [rel_2_2]

Joshua Ferraro jmf at liblime.com
Thu May 31 20:58:00 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	07/05/31 18:57:59

Modified files:
	misc           : koha.mysql 

Log message:
	fix for mysql 5.0 -- thanks slef

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/koha.mysql?cvsroot=koha&only_with_tag=rel_2_2&r1=1.10.2.2&r2=1.10.2.3

Patches:
Index: koha.mysql
===================================================================
RCS file: /sources/koha/koha/misc/koha.mysql,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -u -b -r1.10.2.2 -r1.10.2.3
--- koha.mysql	28 Jan 2007 07:23:39 -0000	1.10.2.2
+++ koha.mysql	31 May 2007 18:57:59 -0000	1.10.2.3
@@ -777,7 +777,7 @@
   issuingbranch char(18) default NULL,
   returndate date default NULL,
   lastreneweddate date default NULL,
-  return char(4) default NULL,
+  `return` char(4) default NULL,
   renewals tinyint(4) default NULL,
   timestamp timestamp(14) NOT NULL,
   KEY issuesborridx (borrowernumber),





More information about the Koha-cvs mailing list