From 229f2670f1145813bfab49f537ef590e6bcd3087 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 19 Apr 2005 18:20:10 +0000 Subject: [PATCH] whoops fix big bug which prevented project numbers from being assigned properly! --- admin/registration_receivedforms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/registration_receivedforms.php b/admin/registration_receivedforms.php index 89c4d1ce..8f80f838 100644 --- a/admin/registration_receivedforms.php +++ b/admin/registration_receivedforms.php @@ -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