From a3dd588b5aac04155a46e1ed946144a3c99ab9ed Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 10 Feb 2008 23:58:51 +0000 Subject: [PATCH] comment out unused db statements in a way that doesn't get to the database, to avoid Pg vs mysql comment-out differences --- FS/FS/Cron/notify.pm | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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"; ) ) ) -- 2.11.0