[freeside-commits] freeside/FS/FS/part_pkg agent.pm,1.3,1.4
Ivan,,,
ivan at wavetail.420.am
Sun Jun 21 15:00:08 PDT 2009
- Previous message: [freeside-commits] freeside/FS/FS/part_export www_plesk.pm, 1.4, 1.5 acct_plesk.pm, 1.4, 1.5
- Next message: [freeside-commits] freeside/FS/FS cust_main.pm, 1.431, 1.432 cust_main_exemption.pm, NONE, 1.1 Schema.pm, 1.144, 1.145 Conf.pm, 1.290, 1.291
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv16436
Modified Files:
agent.pm
Log Message:
eliminate leaky debugging and a warning about it
Index: agent.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/agent.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- agent.pm 19 Jun 2009 12:08:27 -0000 1.3
+++ agent.pm 21 Jun 2009 22:00:06 -0000 1.4
@@ -68,8 +68,7 @@
my $total_agent_charge = 0;
warn "$me billing for agent packages from ". time2str('%x', $last_bill).
- " to ". time2str('%x', $$sdate);
- "\n"
+ " to ". time2str('%x', $$sdate). "\n"
if $DEBUG;
my $prorate_ratio = ( $$sdate - $last_bill )
- Previous message: [freeside-commits] freeside/FS/FS/part_export www_plesk.pm, 1.4, 1.5 acct_plesk.pm, 1.4, 1.5
- Next message: [freeside-commits] freeside/FS/FS cust_main.pm, 1.431, 1.432 cust_main_exemption.pm, NONE, 1.1 Schema.pm, 1.144, 1.145 Conf.pm, 1.290, 1.291
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list