summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_acct.cgi
diff options
context:
space:
mode:
authorkhoff <khoff>2003-08-04 23:47:48 +0000
committerkhoff <khoff>2003-08-04 23:47:48 +0000
commita61b1651b6cee90f6195d8ac59da657d8966567d (patch)
treeef6ecf0fbe4d34967d319c4fd6a5be077bf7883a /httemplate/view/svc_acct.cgi
parent5b48183ad64fb7ea119c994ed1a921fcda4a0f9d (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-xhttemplate/view/svc_acct.cgi5
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>';