]> andersk Git - moira.git/commitdiff
Don't explicitly call out students anymore; we get that information from
authorzacheiss <zacheiss>
Wed, 23 Sep 2009 14:33:54 +0000 (14:33 +0000)
committerzacheiss <zacheiss>
Wed, 23 Sep 2009 14:33:54 +0000 (14:33 +0000)
somewhere else.

gen/directory.pc

index ee27d3beb2ba60604f9f68980ca55ae92086ab47..0e23aca7afbe63e991440ba05fda52d24f0f0bda 100644 (file)
@@ -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;
This page took 0.051785 seconds and 5 git commands to generate.