summaryrefslogtreecommitdiff
path: root/FS/FS/Cron/notify.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-02-10 23:58:51 +0000
committerivan <ivan>2008-02-10 23:58:51 +0000
commita3dd588b5aac04155a46e1ed946144a3c99ab9ed (patch)
tree89e615bf828b7c5d15f01137b820b1ad43fdcbd9 /FS/FS/Cron/notify.pm
parentc81e566743e9e1bc0d9803f8c33adaddbd1a0b34 (diff)
comment out unused db statements in a way that doesn't get to the database, to avoid Pg vs mysql comment-out differences
Diffstat (limited to 'FS/FS/Cron/notify.pm')
-rw-r--r--FS/FS/Cron/notify.pm14
1 files changed, 9 insertions, 5 deletions
diff --git a/FS/FS/Cron/notify.pm b/FS/FS/Cron/notify.pm
index 622f15f..c2f9763 100644
--- a/FS/FS/Cron/notify.pm
+++ b/FS/FS/Cron/notify.pm
@@ -42,11 +42,15 @@ sub notify_flat_delay {
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";
)
)
)