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 /htetc/global.asa | |
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 'htetc/global.asa')
-rw-r--r-- | htetc/global.asa | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/htetc/global.asa b/htetc/global.asa index 555364223..796136b07 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -42,6 +42,7 @@ use FS::part_pkg; use FS::part_referral; use FS::part_svc; use FS::part_svc_router; +use FS::part_virtual_field; use FS::pkg_svc; use FS::port; use FS::queue qw(joblisting); @@ -53,11 +54,7 @@ use FS::svc_domain; use FS::svc_forward; use FS::svc_www; use FS::router; -use FS::part_router_field; -use FS::router_field; use FS::addr_block; -use FS::part_sb_field; -use FS::sb_field; use FS::svc_broadband; use FS::type_pkgs; use FS::part_export; |