]> andersk Git - moira.git/commitdiff
We're using student_year 'N' to designate incoming grad students.
authorzacheiss <zacheiss>
Wed, 13 Jun 2001 05:40:08 +0000 (05:40 +0000)
committerzacheiss <zacheiss>
Wed, 13 Jun 2001 05:40:08 +0000 (05:40 +0000)
regtape/student.pc

index 2a673c7e9ac17b706287425cddadcfcf6cf801ec..57ecc7f3122b9bc044158ae50b117a855876bedd 100644 (file)
@@ -231,7 +231,7 @@ struct entry *get_next_entry(FILE *in)
   e.id = id;
 
   e.xtitle = title;
-  if (year[0] == 'G')
+  if (year[0] == 'G' || year[0] == 'N')
     {
       e.type = "G";
       sprintf(title, "Grad Student");
This page took 0.143984 seconds and 5 git commands to generate.