summaryrefslogtreecommitdiff
path: root/httemplate/misc/catchall.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/catchall.cgi')
-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 9aa84be..3402b61 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", '');