Updated areamgr.status macro file

This commit is contained in:
Michiel Broek
2002-12-01 21:02:44 +00:00
parent 002b449b69
commit 9227e972fa
4 changed files with 4 additions and 2 deletions

View File

@@ -1495,7 +1495,7 @@ int node_doc(FILE *fp, FILE *toc, int page)
fprintf(fp, " File forward %s\n", getboolean(nodes.FileFwd));
fprintf(fp, " Advanced TIC %s", getboolean(nodes.AdvTic));
fprintf(fp, " Advanded SB %s", getboolean(nodes.TIC_AdvSB));
fprintf(fp, " Sen To lines %s\n", getboolean(nodes.TIC_To));
fprintf(fp, " Sent To lines %s\n", getboolean(nodes.TIC_To));
fprintf(fp, " Billing %s", getboolean(nodes.Billing));
fprintf(fp, " Bill direct %s", getboolean(nodes.BillDirect));
fprintf(fp, " Uplink add + %s\n", getboolean(nodes.AddPlus));