forked from science-ation/science-ation
whoops fix big bug which prevented project numbers from being assigned properly!
This commit is contained in:
parent
57ed732bd0
commit
229f2670f1
@ -212,7 +212,7 @@ echo mysql_Error();
|
|||||||
$proj_nums=array();
|
$proj_nums=array();
|
||||||
while($searchr=mysql_fetch_object($searchq))
|
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
|
//we will eventually find a good number, so lets loop forever until we find a good one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user