Bug #16777 Updated: Multiple odbc connections failing

2002-04-30 Thread jarod . ferguson
$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

Bug #16777: Multiple odbc connections failing

2002-04-23 Thread jarod . ferguson
_s_o = countsignedout ($project_id); $total_pend = countpending ($project_id); $total = $total_appr + $total_granted + $total_s_o + $total_pend;