From a61b1651b6cee90f6195d8ac59da657d8966567d Mon Sep 17 00:00:00 2001 From: khoff Date: Mon, 4 Aug 2003 23:47:48 +0000 Subject: Virtual field documentation updates. Removed sb_field/router_field and friends (yay!). Interface changes to support virtual fields. --- httemplate/view/svc_acct.cgi | 5 ----- 1 file changed, 5 deletions(-) (limited to 'httemplate/view/svc_acct.cgi') diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 83cea05f7..4e01db341 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -206,11 +206,6 @@ foreach (sort { $a cmp $b } $svc_acct->virtual_fields) { %> <% -foreach (sort { $a cmp $b } keys(%{$sb_field})) { - print q!! . $_ . - q!! . $sb_field->{$_} . - q!!; -} print '

'; -- cgit v1.2.1