[freeside-commits] freeside/FS/FS/Cron notify.pm,1.2.2.1,1.2.2.2

Ivan,,, ivan at wavetail.420.am
Sun Feb 10 15:58:54 PST 2008


Update of /home/cvs/cvsroot/freeside/FS/FS/Cron
In directory wavetail:/tmp/cvs-serv25477

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- notify.pm	26 Jun 2007 15:36:48 -0000	1.2.2.1
+++ notify.pm	10 Feb 2008 23:58:52 -0000	1.2.2.2
@@ -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