From 59c44b44d48f3860574f27ff7f1f2504be575458 Mon Sep 17 00:00:00 2001 From: Ben Rothman Date: Sat, 2 May 2015 15:16:28 -0500 Subject: [PATCH] change faculty 'Department' to 'About' --- ajax/PointsCenter.php | 2 +- fellowsTable.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ajax/PointsCenter.php b/ajax/PointsCenter.php index c708806..ccdeee7 100644 --- a/ajax/PointsCenter.php +++ b/ajax/PointsCenter.php @@ -236,7 +236,7 @@ public function getNicknames() public function getFellows() { return self::fetchAllQuery( - "SELECT full_name,position,department,photo + "SELECT full_name,position,about,photo FROM fellows WHERE qtr_final IS NULL" ); diff --git a/fellowsTable.php b/fellowsTable.php index bda3e11..93cf653 100644 --- a/fellowsTable.php +++ b/fellowsTable.php @@ -11,7 +11,7 @@ Name Position - Department + About Photo @@ -22,7 +22,7 @@ - + " width="100px" />