summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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", '');