From 6b614447756888f630e7af280cb9c03b98ec6b4e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 27 Apr 2007 14:32:09 +0000 Subject: [PATCH] Do not allow an entry to specify SRW/U composite protocol. --- web/htdocs/details/edit.mc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index 4b0b540..4bb0670 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -1,4 +1,4 @@ -%# $Id: edit.mc,v 1.30 2007-04-27 14:04:40 mike Exp $ +%# $Id: edit.mc,v 1.31 2007-04-27 14:32:09 mike Exp $ <%args> $op $id => undef @@ -86,7 +86,7 @@ my @fields = qw() ], [ country => $m->comp("country-list.mc"), "Country", "i:status/i:country" ], - [ protocol => [ qw(Z39.50 SRW SRU SRW/U) ], + [ protocol => [ qw(Z39.50 SRW SRU) ], "Protocol", "e:serverInfo/\@protocol" ], [ host => 0, "Host", "e:serverInfo/e:host" ], [ port => 0, "Port", "e:serverInfo/e:port" ], -- 1.7.10.4