[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.80,1.81
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.80,1.81 |
Date: |
Fri, 28 May 2004 02:56:24 -0700 |
Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13382/updater
Modified Files:
updatedatabase
Log Message:
bugfix
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -r1.80 -r1.81
*** updatedatabase 28 May 2004 08:32:00 -0000 1.80
--- updatedatabase 28 May 2004 09:56:21 -0000 1.81
***************
*** 226,231 ****
value_builder char(80) default NULL,
seealso char(255) default NULL,
! PRIMARY KEY
(authtype,tagfield,tagsubfield),
! KEY kohafield (kohafield),
KEY tab (tab)
)",
--- 226,230 ----
value_builder char(80) default NULL,
seealso char(255) default NULL,
! PRIMARY KEY
(authtypecode,tagfield,tagsubfield),
KEY tab (tab)
)",
***************
*** 238,242 ****
mandatory tinyint(4) NOT NULL default
'0',
authorised_value char(10) default NULL,
! PRIMARY KEY (authtype,tagfield)
)",
auth_header => "(
--- 237,241 ----
mandatory tinyint(4) NOT NULL default
'0',
authorised_value char(10) default NULL,
! PRIMARY KEY (authtypecode,tagfield)
)",
auth_header => "(
***************
*** 1162,1165 ****
--- 1161,1167 ----
# $Log$
+ # Revision 1.81 2004/05/28 09:56:21 tipaul
+ # bugfix
+ #
# Revision 1.80 2004/05/28 08:32:00 tipaul
# adding :
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.80,1.81,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.3,1.4 opac-main.tmpl,1.5,1.6 opac-searchresults.tmpl,1.7,1.8
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters auth_subfields_structure.tmpl,1.1,1.2 marc_subfields_structure.tmpl,1.29,1.30
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.3,1.4 opac-main.tmpl,1.5,1.6 opac-searchresults.tmpl,1.7,1.8
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters auth_subfields_structure.tmpl,1.1,1.2 marc_subfields_structure.tmpl,1.29,1.30
- Index(es):