From 4d47cd81000863e99b9162f72ecead572187008a Mon Sep 17 00:00:00 2001 From: zacheiss Date: Wed, 13 Jun 2001 05:40:08 +0000 Subject: [PATCH] We're using student_year 'N' to designate incoming grad students. --- regtape/student.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regtape/student.pc b/regtape/student.pc index 2a673c7e..57ecc7f3 100644 --- a/regtape/student.pc +++ b/regtape/student.pc @@ -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"); -- 2.45.2