[freeside-commits] branch FREESIDE_3_BRANCH updated. 729e0c9c8c7af7c9127414cdd1db9b99ac88fdf3

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


The branch, FREESIDE_3_BRANCH has been updated
       via  729e0c9c8c7af7c9127414cdd1db9b99ac88fdf3 (commit)
      from  2d1b5130bec57b4632ca8d59ce9ce9857124f809 (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 729e0c9c8c7af7c9127414cdd1db9b99ac88fdf3
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 561476e..73ed57c 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