From d17fa8f5a57ec5e6a4985e24eaadfb9de37e9135 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 5 Nov 2002 23:41:09 +0000 Subject: fix for correct radacct column names --- httemplate/view/svc_acct.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/view') diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 7f7c25c66..7ca7a8498 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -84,10 +84,10 @@ if ( $part_svc->part_export('sqlradius') ) { my $s = $seconds%60; my $input = $svc_acct->attribute_since_sqlradacct( - $last_bill, time, 'Acct-Input-Octets' + $last_bill, time, 'AcctInputOctets' ) / 1048576; my $output = $svc_acct->attribute_since_sqlradacct( - $last_bill, time, 'Acct-Output-Octets' + $last_bill, time, 'AcctOutputOctets' ) / 1048576; if ( $seconds ) { -- cgit v1.2.1