From 97ddf39b5798913bbd2b0205b2767df2cd362a2b Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 22 Nov 2004 11:11:02 +0000 Subject: [PATCH] Called-Station-ID label --- httemplate/search/sqlradius.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : ' '; }, -- 2.11.0