From 05bb22caa2c2c32bc7f40bcdc3f0c1f88e3d7b1e Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 15 Mar 2008 00:30:59 +0000 Subject: fix harmless code leaking out onto the page, hehe, closes: Bug#3253, also remove silly formatting on catchall edit --- httemplate/view/svc_domain.cgi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'httemplate/view') diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index a58d75ed6..d6565db34 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -10,10 +10,9 @@ Service #<% $svcnum %>
Service: <% $part_svc->svc %>
Domain name: <% $domain %> -
Catch all email % if ( $FS::CurrentUser::CurrentUser->access_right('Edit domain catchall') ) { -
Catch all email(change): -} else { +
Catch all email (change): +% } else {
Catch all email: % } -- cgit v1.2.1