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:
ef1ec4a
)
Pass "id" parameter to check.mc in both ways.
author
Mike Taylor
<mike@indexdata.com>
Mon, 25 Sep 2006 12:45:00 +0000
(12:45 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 25 Sep 2006 12:45:00 +0000
(12:45 +0000)
web/htdocs/details/add.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/add.mc
b/web/htdocs/details/add.mc
index
07bb609
..
a0bce9c
100644
(file)
--- a/
web/htdocs/details/add.mc
+++ b/
web/htdocs/details/add.mc
@@
-1,4
+1,4
@@
-%# $Id: add.mc,v 1.1 2006-09-20 16:49:46 mike Exp $
+%# $Id: add.mc,v 1.2 2006-09-25 12:45:00 mike Exp $
<%perl>
if ($r->param("_add")) {
my $host = $r->param("net.host");
@@
-6,7
+6,7
@@
if ($r->param("_add")) {
my $db = $r->param("net.path");
my $id = "$host:$port/$db";
$r->param(id => $id);
- $m->comp("check.mc");
+ $m->comp("check.mc", id => $id);
} else {
</%perl>
<p>