From: ivan Date: Sun, 10 Feb 2008 23:58:52 +0000 (+0000) Subject: comment out unused db statements in a way that doesn't get to the database, to avoid... X-Git-Tag: freeside_1_7_3rc1~116 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e2f1bdeb5cad052ae0a7ab6e2ed773a9fca569a0;p=freeside.git comment out unused db statements in a way that doesn't get to the database, to avoid Pg vs mysql comment-out differences --- diff --git a/FS/FS/Cron/notify.pm b/FS/FS/Cron/notify.pm index 622f15f6b..c2f976390 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"; ) ) )