freeside/FS/FS/part_export sqlradius.pm,1.14,1.15
ivan
ivan at pouncequick.420.am
Tue Dec 28 15:31:01 PST 2004
- Previous message: freeside/FS/FS cust_pay.pm,1.35,1.36 cust_credit.pm,1.21,1.22
- Next message: freeside/FS/FS h_cust_svc.pm,NONE,1.1 h_Common.pm,NONE,1.1 h_svc_acct.pm,NONE,1.1 h_svc_broadband.pm,NONE,1.1 h_svc_domain.pm,NONE,1.1 h_svc_external.pm,NONE,1.1 h_svc_forward.pm,NONE,1.1 h_svc_www.pm,NONE,1.1 cust_bill.pm,1.101,1.102 cust_pkg.pm,1.50,1.51 cust_svc.pm,1.46,1.47 cust_main.pm,1.167,1.168 Record.pm,1.91,1.92 svc_acct.pm,1.166,1.167
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory pouncequick:/tmp/cvs-serv9863
Modified Files:
sqlradius.pm
Log Message:
add debug flag to sqlradius export
Index: sqlradius.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/sqlradius.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- sqlradius.pm 20 Nov 2004 17:26:55 -0000 1.14
+++ sqlradius.pm 28 Dec 2004 23:30:58 -0000 1.15
@@ -1,12 +1,14 @@
package FS::part_export::sqlradius;
-use vars qw(@ISA %info %options $notes1 $notes2);
+use vars qw(@ISA $DEBUG %info %options $notes1 $notes2);
use Tie::IxHash;
use FS::Record qw( dbh );
use FS::part_export;
@ISA = qw(FS::part_export);
+$DEBUG = 0;
+
tie %options, 'Tie::IxHash',
'datasrc' => { label=>'DBI data source ' },
'username' => { label=>'Database username' },
@@ -75,6 +77,7 @@
sub export_username {
my($self, $svc_acct) = (shift, shift);
+ warn "export_username called on $self with arg $svc_acct" if $DEBUG;
$svc_acct->username;
}
- Previous message: freeside/FS/FS cust_pay.pm,1.35,1.36 cust_credit.pm,1.21,1.22
- Next message: freeside/FS/FS h_cust_svc.pm,NONE,1.1 h_Common.pm,NONE,1.1 h_svc_acct.pm,NONE,1.1 h_svc_broadband.pm,NONE,1.1 h_svc_domain.pm,NONE,1.1 h_svc_external.pm,NONE,1.1 h_svc_forward.pm,NONE,1.1 h_svc_www.pm,NONE,1.1 cust_bill.pm,1.101,1.102 cust_pkg.pm,1.50,1.51 cust_svc.pm,1.46,1.47 cust_main.pm,1.167,1.168 Record.pm,1.91,1.92 svc_acct.pm,1.166,1.167
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list