$total_s_o = countsignedout
($project_id);
$total_pend = countpending
($project_id);
$total = $total_appr + $total_granted
+ $total_s_o +
$total_pend;
print ("$p_name$total$total_appr$total_pend$total_granted$total_s_o");
I may just be doing something wrong, but I have had very good
performance untill now. Any feedback would be appreciative.
Thanks.
Jarod Ferguson
--
Edit this bug report at http://bugs.php.net/?id=16777&edit=1
_s_o = countsignedout
($project_id);
$total_pend = countpending
($project_id);
$total = $total_appr + $total_granted
+ $total_s_o + $total_pend;