From 1ed3cf0b101b2828ddecb49a5cca923eedde8e9f Mon Sep 17 00:00:00 2001 From: Alan Jack Pippin 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 = 'Total Willing to Serve'; for ($j=0; $j < count($assignment_list); $j++) { - $stat_table .= "".$total_willing[$j].""; + $stat_table .= "".$total_willing[$j].""; } $this->t->set_var('stat_table',$stat_table); -- 2.34.1