From 491a7a831b9d148086d2f93b8f3f688570f5db48 Mon Sep 17 00:00:00 2001 From: mar Date: Mon, 21 Aug 1989 21:47:43 +0000 Subject: [PATCH] output people enrolled in the campus namespace as well --- gen/aliases.qc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gen/aliases.qc b/gen/aliases.qc index 074986d4..bad45798 100644 --- a/gen/aliases.qc +++ b/gen/aliases.qc @@ -179,7 +179,8 @@ get_info() users = create_hash(15000); ## range of u is users ## retrieve (id = u.users_id, name = u.login, type = u.potype, -## pid = u.pop_id, bid = u.box_id) where u.status = 1 { +## pid = u.pop_id, bid = u.box_id) +## where u.status = 1 or u.status = 5 or u.status = 6 { u = (struct user *) malloc(sizeof(struct user)); strcpy(u->login, strtrim(name)); u->pobox = (char *) NULL; -- 2.45.2