summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorkhoff <khoff>2003-04-29 19:49:37 +0000
committerkhoff <khoff>2003-04-29 19:49:37 +0000
commitaee635ea9986d031a996381f71e67d1446c10331 (patch)
tree7d44f394211643f3b7b0c04dad96840ca466be03 /httemplate/misc
parente77371fc4d3443c7b97a387bd25897b52200d64a (diff)
0 has a hash key looks like svcnum = 0. Suprisingly, '' works.
Diffstat (limited to 'httemplate/misc')
-rwxr-xr-xhttemplate/misc/catchall.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/catchall.cgi b/httemplate/misc/catchall.cgi
index 9aa84be18..3402b61e6 100755
--- a/httemplate/misc/catchall.cgi
+++ b/httemplate/misc/catchall.cgi
@@ -77,7 +77,7 @@ if ($pkgnum) {
}
# add an absence of a catchall
-$email{0} = "(none)";
+$email{''} = "(none)";
my $p1 = popurl(1);
print header("Domain Catchall Edit", '');