[freeside-commits] freeside/FS/FS svc_acct.pm,1.294,1.295
Jeff Finucane,420,,
jeff at wavetail.420.am
Thu Jun 17 10:50:19 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv24287
Modified Files:
svc_acct.pm
Log Message:
fix null option with placeholders
Index: svc_acct.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_acct.pm,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -w -d -r1.294 -r1.295
--- svc_acct.pm 13 Jun 2010 18:01:53 -0000 1.294
+++ svc_acct.pm 17 Jun 2010 17:50:16 -0000 1.295
@@ -2287,7 +2287,7 @@
my $reset = 0;
my %handyhash = ();
if ( $options{null} ) {
- %handyhash = ( map { ( $_ => 'NULL', $_."_threshold" => 'NULL' ) }
+ %handyhash = ( map { ( $_ => undef, $_."_threshold" => undef ) }
qw( seconds upbytes downbytes totalbytes )
);
}
More information about the freeside-commits
mailing list