diff options
Diffstat (limited to 'httemplate/misc/exchanges.cgi')
-rw-r--r-- | httemplate/misc/exchanges.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/exchanges.cgi b/httemplate/misc/exchanges.cgi index 8a67f7bab..0de4ace25 100644 --- a/httemplate/misc/exchanges.cgi +++ b/httemplate/misc/exchanges.cgi @@ -1,4 +1,4 @@ -<% objToJson(\@exchanges) %> +<% encode_json(\@exchanges) %>\ <%init> my( $areacode, $svcpart ) = $cgi->param('arg'); |