koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Antoine Farnault
Subject: [Koha-cvs] koha/installer koha.mysql [rel_2_2]
Date: Fri, 04 May 2007 16:48:13 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Antoine Farnault <toins>        07/05/04 16:48:13

Modified files:
        installer      : koha.mysql 

Log message:
        s/return/`return`/ to work with mysql

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/installer/koha.mysql?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: koha.mysql
===================================================================
RCS file: /sources/koha/koha/installer/Attic/koha.mysql,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- koha.mysql  16 Feb 2007 12:53:31 -0000      1.1.2.1
+++ koha.mysql  4 May 2007 16:48:13 -0000       1.1.2.2
@@ -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),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]