[freeside-commits] freeside/FS/FS/Cron notify.pm,1.3,1.4
Ivan,,,
ivan at wavetail.420.am
Sun Feb 10 15:58:53 PST 2008
Update of /home/cvs/cvsroot/freeside/FS/FS/Cron
In directory wavetail:/tmp/cvs-serv25470
Modified Files:
notify.pm
Log Message:
comment out unused db statements in a way that doesn't get to the database, to avoid Pg vs mysql comment-out differences
Index: notify.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Cron/notify.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- notify.pm 26 Jun 2007 15:37:18 -0000 1.3
+++ notify.pm 10 Feb 2008 23:58:51 -0000 1.4
@@ -42,11 +42,15 @@
or cust_pkg.expire > $time
+ cast(part_pkg_option.optionvalue as integer)
* 86400
-/* and ( cust_pkg.adjourn is null
- or cust_pkg.adjourn > $time
--- Should notify suspended ones + cast(part_pkg_option.optionvalue as integer)
- * 86400
-*/
+END
+
+#/* and ( cust_pkg.adjourn is null
+# or cust_pkg.adjourn > $time
+#-- Should notify suspended ones + cast(part_pkg_option.optionvalue as integer)
+# * 86400
+#*/
+
+ $where_pkg .= <<"END";
)
)
)
More information about the freeside-commits
mailing list