From 4a3c6eb2d4ba1f40aa3e41ca06c2a45ea2ce0543 Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Tue, 27 Mar 2012 22:35:35 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 7837 - nb-NO z3950servers.sql misses column names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql so it includes column names. To test: - Install the nb-NO language - Run through the web installer, and make sure to select the optional ("Valgfritt") z3950servers.sql file - Check there are no errors - Check that the Z39.50 errors are displayed OK in Home › Administration › Z39.50 Servers Signed-off-by: Katrin Fischer Web installer runs without any errors now and I checked that the Z39.50 servers were imported correctly and can be edited. --- .../data/mysql/nb-NO/2-Valgfritt/z3950servers.sql | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql b/installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql index cb0ce50..1deca7a 100644 --- a/installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql +++ b/installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql @@ -1,6 +1,6 @@ -INSERT INTO `z3950servers` VALUES -('z3950.loc.gov',7090,'Voyager','','','LIBRARY OF CONGRESS',1,0,0,'USMARC',NULL,'primary','zed','MARC-8',''), -('z3950.bibsys.no',2100,'BIBSYS','','','BIBSYS',12,1,1,'NORMARC',NULL,'primary','zed','ISO_6937',''), -('z3950.nb.no',2100,'Norbok','','','NORBOK',13,0,0,'NORMARC',NULL,'primary','zed','ISO_6937',''), -('z3950.nb.no',2100,'Sambok','','','SAMBOK',14,0,0,'NORMARC',NULL,'primary','zed','ISO_6937',''), -('z3950.deich.folkebibl.no',210,'data','','','DEICHMAN',15,0,0,'NORMARC',NULL,'primary','zed','ISO_6937',''); \ No newline at end of file +INSERT INTO z3950servers (host, port, db, userid, password, name, id, checked, rank, syntax, timeout, icon, position, type, encoding, description) VALUES +('z3950.loc.gov',7090,'Voyager','','','LIBRARY OF CONGRESS',1,0,0,'USMARC',0,NULL,'primary','zed','MARC-8',''), +('z3950.bibsys.no',2100,'BIBSYS','','','BIBSYS',12,1,1,'NORMARC',0,NULL,'primary','zed','ISO_6937',''), +('z3950.nb.no',2100,'Norbok','','','NORBOK',13,0,0,'NORMARC',0,NULL,'primary','zed','ISO_6937',''), +('z3950.nb.no',2100,'Sambok','','','SAMBOK',14,0,0,'NORMARC',0,NULL,'primary','zed','ISO_6937',''), +('z3950.deich.folkebibl.no',210,'data','','','DEICHMAN',15,0,0,'NORMARC',0,NULL,'primary','zed','ISO_6937',''); -- 1.7.5.4