diff options
author | ivan <ivan> | 2002-02-10 16:05:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-10 16:05:22 +0000 |
commit | a4c96748eb6eab29a70f3a944c6520283a635c78 (patch) | |
tree | 8feec69d7a64f5f7c88aaffae8440c19e506123b /httemplate/search/svc_domain.cgi | |
parent | 22a35047ecdffff80110e06cc08fc84f9ddba9b0 (diff) |
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
Diffstat (limited to 'httemplate/search/svc_domain.cgi')
-rwxr-xr-x | httemplate/search/svc_domain.cgi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/search/svc_domain.cgi b/httemplate/search/svc_domain.cgi index 334b6c0b7..fb372db14 100755 --- a/httemplate/search/svc_domain.cgi +++ b/httemplate/search/svc_domain.cgi @@ -35,9 +35,14 @@ if ( scalar(@svc_domain) == 1 ) { print $cgi->redirect(popurl(2). "view/svc_domain.cgi?". $svc_domain[0]->svcnum); #exit; } elsif ( scalar(@svc_domain) == 0 ) { +%> +<!-- mason kludge --> +<% eidiot "No matching domains found!\n"; } else { - +%> +<!-- mason kludge --> +<% my($total)=scalar(@svc_domain); print header("Domain Search Results",''), <<END; |