projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8931f7
)
Do not allow an entry to specify SRW/U composite protocol.
author
Mike Taylor
<mike@indexdata.com>
Fri, 27 Apr 2007 14:32:09 +0000
(14:32 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 27 Apr 2007 14:32:09 +0000
(14:32 +0000)
web/htdocs/details/edit.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/edit.mc
b/web/htdocs/details/edit.mc
index
4b0b540
..
4bb0670
100644
(file)
--- 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" ],