Skip to content

Commit

Permalink
Andrew's fix for Stop Time column reported by Neville
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed May 30, 2009
1 parent 83c9912 commit cf72fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rep-topusers.php
Expand Up @@ -77,8 +77,8 @@


$sql = "SELECT distinct(radacct.UserName), ".$configValues['CONFIG_DB_TBL_RADACCT'].".FramedIPAddress, ".
$configValues['CONFIG_DB_TBL_RADACCT'].".AcctStartTime, ".$configValues['CONFIG_DB_TBL_RADACCT'].
".AcctStopTime, sum(".$configValues['CONFIG_DB_TBL_RADACCT'].".AcctSessionTime) as Time, ".
$configValues['CONFIG_DB_TBL_RADACCT'].".AcctStartTime,max( ".$configValues['CONFIG_DB_TBL_RADACCT'].
".AcctStopTime), sum(".$configValues['CONFIG_DB_TBL_RADACCT'].".AcctSessionTime) as Time, ".
" sum(".$configValues['CONFIG_DB_TBL_RADACCT'].".AcctInputOctets) as Upload,sum(".
$configValues['CONFIG_DB_TBL_RADACCT'].".AcctOutputOctets) as Download, ".
$configValues['CONFIG_DB_TBL_RADACCT'].".AcctTerminateCause, ".
Expand Down

0 comments on commit cf72fc6

Please sign in to comment.