summaryrefslogtreecommitdiff
path: root/httemplate/search/svc_acct.cgi
diff options
context:
space:
mode:
authorivan <ivan>2003-03-24 08:30:35 +0000
committerivan <ivan>2003-03-24 08:30:35 +0000
commitad90599960b1c4f44a96985e9716c1bc5d04d596 (patch)
tree911a09f41e8b844e4c8abbf5a7601fb9e414f652 /httemplate/search/svc_acct.cgi
parent6b081fe282b98f7075b83c107bc598d4fa3b7b2f (diff)
another Pg7.3 fix
Diffstat (limited to 'httemplate/search/svc_acct.cgi')
-rwxr-xr-xhttemplate/search/svc_acct.cgi2
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 )
)
";
}