X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fedit.mc;h=4bb0670eac0559a2f7887facb5c8ae1ba3abe6a2;hp=4b0b540e6a8f0be9bc8f85bbb0c7fc14cfa35407;hb=14d42e4137b1dd2b5cdfc983e45ac45d5a36805b;hpb=7e30dd5f86e43b3e2f19b33d713d413168c7fd6b 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" ],