From 7f7599ea05f8030190bc7b6449b1264a316382ad Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Wed, 18 Jul 2012 22:08:27 -0400 Subject: [PATCH] Bug 6716: Update z3950servers documentation The new timeout field was not documented. --- installer/data/mysql/kohastructure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index a26b149ddc..6c0517e73d 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -2135,7 +2135,7 @@ CREATE TABLE `z3950servers` ( -- connection information for the Z39.50 targets u `checked` smallint(6) default NULL, -- whether this target is checked by default (1 for yes, 0 for no) `rank` int(11) default NULL, -- where this target appears in the list of targets `syntax` varchar(80) default NULL, -- marc format provided by this target - `timeout` int(11) NOT NULL DEFAULT '0', + `timeout` int(11) NOT NULL DEFAULT '0', -- number of seconds before Koha stops trying to access this server `icon` text, -- unused in Koha `position` enum('primary','secondary','') NOT NULL default 'primary', `type` enum('zed','opensearch') NOT NULL default 'zed', -- 2.39.5