[freeside-commits] freeside/FS/FS/Cron notify.pm,1.2.2.2,1.2.2.3
Ivan,,,
ivan at wavetail.420.am
Sun Feb 10 16:02:57 PST 2008
Update of /home/cvs/cvsroot/freeside/FS/FS/Cron
In directory wavetail:/tmp/cvs-serv25579
Modified Files:
Tag: FREESIDE_1_7_BRANCH
notify.pm
Log Message:
ah, no, its count (*) vs count(*), wow
Index: notify.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Cron/notify.pm,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -d -r1.2.2.2 -r1.2.2.3
--- notify.pm 10 Feb 2008 23:58:52 -0000 1.2.2.2
+++ notify.pm 11 Feb 2008 00:02:55 -0000 1.2.2.3
@@ -30,7 +30,7 @@
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
More information about the freeside-commits
mailing list