From: ivan Date: Sun, 10 Feb 2008 23:58:51 +0000 (+0000) Subject: comment out unused db statements in a way that doesn't get to the database, to avoid... X-Git-Tag: TRIXBOX_2_6~82 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a3dd588b5aac04155a46e1ed946144a3c99ab9ed 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"; ) ) )