diff options
author | khoff <khoff> | 2003-08-04 23:47:48 +0000 |
---|---|---|
committer | khoff <khoff> | 2003-08-04 23:47:48 +0000 |
commit | a61b1651b6cee90f6195d8ac59da657d8966567d (patch) | |
tree | ef6ecf0fbe4d34967d319c4fd6a5be077bf7883a /httemplate/view/svc_acct.cgi | |
parent | 5b48183ad64fb7ea119c994ed1a921fcda4a0f9d (diff) |
Virtual field documentation updates.virtual_fields
Removed sb_field/router_field and friends (yay!).
Interface changes to support virtual fields.
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 5 |
1 files changed, 0 insertions, 5 deletions
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) { %> </TABLE></TD></TR></TABLE> <% -foreach (sort { $a cmp $b } keys(%{$sb_field})) { - print q!<TR><TD ALIGN="right">! . $_ . - q!</TD><TD BGCOLOR="#ffffff">! . $sb_field->{$_} . - q!</TD></TR>!; -} print '<BR><BR>'; |