From 688492386b675c416c0c2540fa63abb5daea8a7b Mon Sep 17 00:00:00 2001 From: zacheiss Date: Wed, 23 Sep 2009 14:33:54 +0000 Subject: [PATCH] Don't explicitly call out students anymore; we get that information from somewhere else. --- gen/directory.pc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gen/directory.pc b/gen/directory.pc index ee27d3be..0e23aca7 100644 --- a/gen/directory.pc +++ b/gen/directory.pc @@ -97,9 +97,7 @@ int main(int argc, char **argv) "%s\t5:%s\t2:%s@mit.edu\t1:%s\t0:%s\t14:%s\t15:%s\t10:%s\n", id, last_name, login, last_name, first_name, middle_name, last_name, first_name, middle_name, login, login, - "", "", "", "", strcmp(type, "G") == 0 ? "G" : - !strncmp(type, "19", 2) ? "Undergraduate" : - !strncmp(type, "20", 2) ? "Undergraduate" : "MIT Affiliate"); + "", "", "", "", "MIT Affiliate"); #endif } EXEC SQL CLOSE x; -- 2.45.1