[freeside-commits] freeside/FS/FS/part_export sqlradius.pm, 1.44, 1.45
Ivan,,,
ivan at wavetail.420.am
Tue Aug 24 11:57:13 PDT 2010
- Previous message: [freeside-commits] freeside/httemplate/search 477.html, 1.2.2.4, 1.2.2.5 477partIA_detail.html, 1.1.2.1, 1.1.2.2 report_477.html, 1.2.2.1, 1.2.2.2 477partVI.html, 1.1.2.2, NONE 477partVI_census.html, NONE, 1.1.2.2
- Next message: [freeside-commits] freeside/FS/FS/part_pkg recur_Common.pm, 1.4, 1.5 flat.pm, 1.45, 1.46 prorate_Mixin.pm, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv6960
Modified Files:
sqlradius.pm
Log Message:
add debugging and ->finish() before ->disconnect call
Index: sqlradius.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/sqlradius.pm,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -w -d -r1.44 -r1.45
--- sqlradius.pm 5 Aug 2010 04:17:07 -0000 1.44
+++ sqlradius.pm 24 Aug 2010 18:57:11 -0000 1.45
@@ -408,6 +408,14 @@
$sth->execute( $username, $group )
or die "can't insert into groupname table: ". $sth->errstr;
}
+ if ( $s_sth->{Active} ) {
+ warn "sqlradius s_sth still active; calling ->finish()";
+ $s_sth->finish;
+ }
+ if ( $sth->{Active} ) {
+ warn "sqlradius sth still active; calling ->finish()";
+ $sth->finish;
+ }
$dbh->disconnect;
}
- Previous message: [freeside-commits] freeside/httemplate/search 477.html, 1.2.2.4, 1.2.2.5 477partIA_detail.html, 1.1.2.1, 1.1.2.2 report_477.html, 1.2.2.1, 1.2.2.2 477partVI.html, 1.1.2.2, NONE 477partVI_census.html, NONE, 1.1.2.2
- Next message: [freeside-commits] freeside/FS/FS/part_pkg recur_Common.pm, 1.4, 1.5 flat.pm, 1.45, 1.46 prorate_Mixin.pm, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list