diff options
author | ivan <ivan> | 2003-03-24 08:30:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-03-24 08:30:05 +0000 |
commit | 6e2622a89e250a6965a0d65c3c11ff443f563c55 (patch) | |
tree | 46014cf254e532f9909a4058d87ae00958f86d7e | |
parent | c3b4b00a2f64e5f4ff534fccf4af0f539563d868 (diff) |
another Pg7.3 fix
-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 549231d3f..728f2c25f 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -32,7 +32,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 ) ) "; } |