whoops fix big bug which prevented project numbers from being assigned properly!

This commit is contained in:
james 2005-04-19 18:20:10 +00:00
parent 57ed732bd0
commit 229f2670f1

View File

@ -212,7 +212,7 @@ echo mysql_Error();
$proj_nums=array();
while($searchr=mysql_fetch_object($searchq))
{
$proj_nums[]=$r->projectnumber;
$proj_nums[]=$searchr->projectnumber;
}
//we will eventually find a good number, so lets loop forever until we find a good one