summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-02-11 00:02:55 +0000
committerivan <ivan>2008-02-11 00:02:55 +0000
commit46d1cd5c1d4e8f17250c7ff85003cf98fe414974 (patch)
tree9e8ce9aeb10e6df7146cc04e9b63eecf8ce413b0
parente2f1bdeb5cad052ae0a7ab6e2ed773a9fca569a0 (diff)
ah, no, its count (*) vs count(*), wow
-rw-r--r--FS/FS/Cron/notify.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Cron/notify.pm b/FS/FS/Cron/notify.pm
index c2f976390..0603e6bc4 100644
--- a/FS/FS/Cron/notify.pm
+++ b/FS/FS/Cron/notify.pm
@@ -30,7 +30,7 @@ sub notify_flat_delay {
0 < ( select count(*) from part_pkg
where cust_pkg.pkgpart = part_pkg.pkgpart
and part_pkg.plan = 'flat_delayed'
- and 0 < ( select count (*) from part_pkg_option
+ and 0 < ( select count(*) from part_pkg_option
where part_pkg.pkgpart = part_pkg_option.pkgpart
and part_pkg_option.optionname = 'recur_notify'
and part_pkg_option.optionvalue > 0