[freeside-commits] branch FREESIDE_4_BRANCH updated. 063a22ac07d158729cd8159c2d3c8f974088cae4

Mark Wells mark at 420.am
Mon Sep 12 10:28:51 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  063a22ac07d158729cd8159c2d3c8f974088cae4 (commit)
      from  3e0b6defa03e0f6d8e1abd621e711b8f45aeecac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 063a22ac07d158729cd8159c2d3c8f974088cae4
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Sep 12 10:27:53 2016 -0700

    unbreak RADIUS usage report, #72425, from #42310

diff --git a/httemplate/search/sqlradius_usage.html b/httemplate/search/sqlradius_usage.html
index 08f9b6b..11ec307 100644
--- a/httemplate/search/sqlradius_usage.html
+++ b/httemplate/search/sqlradius_usage.html
@@ -162,7 +162,7 @@ if ( exists($opt{usage_by_username}) ) {
     }
   } else {
     # one query, get everyone's data
-    my $usage = $export->usage_sessions(\%usage_param);
+    $usage = $export->usage_sessions(\%usage_param);
   }
 
   # rearrange to be indexed by username.

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/sqlradius_usage.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list