Do not allow an entry to specify SRW/U composite protocol.
authorMike Taylor <mike@indexdata.com>
Fri, 27 Apr 2007 14:32:09 +0000 (14:32 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 27 Apr 2007 14:32:09 +0000 (14:32 +0000)
web/htdocs/details/edit.mc

index 4b0b540..4bb0670 100644 (file)
@@ -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" ],