From: ivan Date: Sun, 9 Dec 2001 23:31:55 +0000 (+0000) Subject: harmless? missing ; X-Git-Tag: freeside_1_4_0pre11~198 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d402957b601504e9f47fc2f4e6aebe80e015e3ef harmless? missing ; --- diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi index 8f7126ea8..f86794517 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -1,5 +1,5 @@ <% -# +# use strict; use vars qw( $cgi @svc_acct $sortby $query $mydomain @@ -221,7 +221,7 @@ END "is contained in your legacy domain ". "configuration file. ". "You should run the bin/fs-migrate-svc_acct_sm script ". - "to create a proper svc_domain record for this domain." + "to create a proper svc_domain record for this domain."; } print '';