diff options
author | ivan <ivan> | 2001-09-11 20:44:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-09-11 20:44:08 +0000 |
commit | 24c745d590061b45e9c902384289c5ec1271a858 (patch) | |
tree | c2e9c90a5bff1b3ca64700ece6f2fd94a539415b /httemplate | |
parent | 58747692435f28de1c13496525af679659511b05 (diff) |
getting "you should run the bin/fs-migrate-svc_acct_sm" message unexpectedly
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/svc_acct.cgi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi index dc4c4fdaa..37aed6115 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -1,5 +1,5 @@ <% -# <!-- $Id: svc_acct.cgi,v 1.4 2001-08-21 02:16:36 ivan Exp $ --> +# <!-- $Id: svc_acct.cgi,v 1.5 2001-09-11 20:44:08 ivan Exp $ --> use strict; use vars qw( $cgi @svc_acct $sortby $query $mydomain ); @@ -11,6 +11,8 @@ use FS::CGI qw(header eidiot popurl table); use FS::svc_acct; use FS::cust_main; +$mydomain = ''; + $cgi = new CGI; &cgisuidsetup($cgi); |