From: Mike Taylor Date: Fri, 27 Apr 2007 14:32:09 +0000 (+0000) Subject: Do not allow an entry to specify SRW/U composite protocol. X-Git-Tag: CPAN-v1.02~54^2~405 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=6b614447756888f630e7af280cb9c03b98ec6b4e Do not allow an entry to specify SRW/U composite protocol. --- 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" ],