forked from science-ation/science-ation
Properly display the project number if registraiton fee is >0
This commit is contained in:
parent
0043071501
commit
515e615a8f
@ -113,7 +113,7 @@ if($catr=mysql_fetch_object($catq))
|
|||||||
}
|
}
|
||||||
$status_text=i18n($status_text);
|
$status_text=i18n($status_text);
|
||||||
|
|
||||||
$table['data'][]=array($status_text,$r->proj_num,$r->title,$students,i18n($divr->division_shortform));
|
$table['data'][]=array($status_text,$r->projectnumber,$r->title,$students,i18n($divr->division_shortform));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
$table['data'][]=array($r->projectnumber,$r->title,$students,i18n($divr->division_shortform));
|
$table['data'][]=array($r->projectnumber,$r->title,$students,i18n($divr->division_shortform));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user