diff options
-rw-r--r-- | httemplate/search/sqlradius.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/sqlradius.cgi b/httemplate/search/sqlradius.cgi index af6a4c640..b84df1a03 100644 --- a/httemplate/search/sqlradius.cgi +++ b/httemplate/search/sqlradius.cgi @@ -245,7 +245,7 @@ if ( $part_export->option('show_called_station') ) { $efields->Splice(1, 0, 'calledstationid' => { - 'name' => + 'name' => 'Destination', 'attrib' => 'Called-Station-ID', 'fmt' => sub { length($_[0]) ? shift : ' '; }, |