From 1ed3cf0b101b2828ddecb49a5cca923eedde8e9f Mon Sep 17 00:00:00 2001
From: Alan Jack Pippin <ajp@pippin.(none)>
Date: Sun, 26 Aug 2007 20:59:38 -0600
Subject: [PATCH] Centered total elders willing to serve data.

---
 inc/class.eq.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php
index 6a197a2..427e950 100644
--- a/inc/class.eq.inc.php
+++ b/inc/class.eq.inc.php
@@ -1162,7 +1162,7 @@ class eq
 
       $stat_table = '<td><b>Total Willing to Serve</b></td>';
       for ($j=0; $j < count($assignment_list); $j++) {
-	$stat_table .= "<td><b>".$total_willing[$j]."</b></td>";
+	$stat_table .= "<td align=center><b>".$total_willing[$j]."</b></td>";
       }
       $this->t->set_var('stat_table',$stat_table);
       
-- 
2.34.1