From: Alan Jack Pippin Date: Mon, 27 Aug 2007 02:59:38 +0000 (-0600) Subject: Centered total elders willing to serve data. X-Git-Tag: release_0_1_0~21 X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=commitdiff_plain;ds=inline;h=1ed3cf0b101b2828ddecb49a5cca923eedde8e9f;p=eq%2F.git Centered total elders willing to serve data. --- 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);