diff options
author | khoff <khoff> | 2003-04-29 19:49:37 +0000 |
---|---|---|
committer | khoff <khoff> | 2003-04-29 19:49:37 +0000 |
commit | aee635ea9986d031a996381f71e67d1446c10331 (patch) | |
tree | 7d44f394211643f3b7b0c04dad96840ca466be03 /httemplate/misc | |
parent | e77371fc4d3443c7b97a387bd25897b52200d64a (diff) |
0 has a hash key looks like svcnum = 0. Suprisingly, '' works.
Diffstat (limited to 'httemplate/misc')
-rwxr-xr-x | httemplate/misc/catchall.cgi | 2 |
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", ''); |