diff options
author | jeff <jeff> | 2007-10-08 19:14:28 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-10-08 19:14:28 +0000 |
commit | 718f65eee1c797ea90a315b5f03fae75c80a5112 (patch) | |
tree | b401a06d365a615c390d38f4a7ccbdabe9bc00ac /httemplate/search/svc_acct.cgi | |
parent | 9fd3c8211ebccf727d1c048620d1527926a3b779 (diff) |
Remove remaining calls to idiot/eidiot. Should fix 1479
Diffstat (limited to 'httemplate/search/svc_acct.cgi')
-rwxr-xr-x | httemplate/search/svc_acct.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi index 1c1f1bfd9..8cd689a04 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -51,7 +51,7 @@ if ( $cgi->param('domain') ) { unless ( $svc_domain ) { #it would be nice if this looked more like the other "not found" #errors, but this will do for now. - eidiot "Domain ". $cgi->param('domain'). " not found at all"; + errorpage("Domain ". $cgi->param('domain'). " not found at all"); } else { push @extra_sql, 'domsvc = '. $svc_domain->svcnum; } |