diff options
author | ivan <ivan> | 2003-03-24 08:30:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-03-24 08:30:35 +0000 |
commit | ad90599960b1c4f44a96985e9716c1bc5d04d596 (patch) | |
tree | 911a09f41e8b844e4c8abbf5a7601fb9e414f652 /httemplate/search/svc_acct.cgi | |
parent | 6b081fe282b98f7075b83c107bc598d4fa3b7b2f (diff) |
another Pg7.3 fix
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 b2ed723e2..e43f4f79b 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -30,7 +30,7 @@ if ( $query =~ /^UN_(.*)$/ ) { WHERE 0 < ( SELECT count(*) FROM cust_svc WHERE cust_svc.svcnum = svc_acct.svcnum - AND ( pkgnum IS NULL OR pkgnum = 0 OR pkgnum = $empty ) + AND ( pkgnum IS NULL OR pkgnum = 0 ) ) "; } |