ah, no, its count (*) vs count(*), wow
authorivan <ivan>
Mon, 11 Feb 2008 00:02:53 +0000 (00:02 +0000)
committerivan <ivan>
Mon, 11 Feb 2008 00:02:53 +0000 (00:02 +0000)
FS/FS/Cron/notify.pm

index c2f9763..0603e6b 100644 (file)
@@ -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