From: khoff Date: Tue, 29 Apr 2003 19:49:37 +0000 (+0000) Subject: 0 has a hash key looks like svcnum = 0. Suprisingly, '' works. X-Git-Tag: freeside_1_5_0pre2~49 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=aee635ea9986d031a996381f71e67d1446c10331 0 has a hash key looks like svcnum = 0. Suprisingly, '' works. --- 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", '');