[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.48,1.49
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.48,1.49 |
Date: |
Mon, 26 May 2003 03:41:56 -0700 |
Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1:/tmp/cvs-serv24598/updater
Modified Files:
updatedatabase
Log Message:
bugfix : borrowers modifs overwritten by stupid hash entry existing twice.
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -r1.48 -r1.49
*** updatedatabase 20 May 2003 19:50:45 -0000 1.48
--- updatedatabase 26 May 2003 10:41:53 -0000 1.49
***************
*** 233,237 ****
'password' => 'char(30)',
'flags' => 'int(11)',
! 'textmessaging' => 'varchar(30)'
},
aqorders => { 'budgetdate' => 'date' },
--- 233,239 ----
'password' => 'char(30)',
'flags' => 'int(11)',
! 'textmessaging' => 'varchar(30)',
! 'zipcode' => 'varchar(25)',
! 'homezipcode' => 'varchar(25)',
},
aqorders => { 'budgetdate' => 'date' },
***************
*** 241,246 ****
systempreferences => { 'explanation' => 'char(80)' },
z3950servers => { 'syntax' => 'char(80)' },
- borrowers => {'zipcode' => 'varchar(25)',
- 'homezipcode' => 'varchar(25)'}
);
--- 243,246 ----
***************
*** 778,781 ****
--- 778,784 ----
# $Log$
+ # Revision 1.49 2003/05/26 10:41:53 tipaul
+ # bugfix : borrowers modifs overwritten by stupid hash entry existing twice.
+ #
# Revision 1.48 2003/05/20 19:50:45 slef
# Initial fix to bug 456: hardwired paths
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.48,1.49,
Paul POULAIN <=