forked from science-ation/science-ation
Ooops, close php properly on the communication.inc.php file (sloccount told me so!)
This commit is contained in:
parent
cf1bf2cf9d
commit
677132f307
@ -28,3 +28,4 @@
|
|||||||
"participants_notcomplete_thisyear"=>array("name"=>"Participants not complete this year","query"=>
|
"participants_notcomplete_thisyear"=>array("name"=>"Participants not complete this year","query"=>
|
||||||
"SELECT firstname, lastname, students.email FROM students,registrations WHERE students.registrations_id=registrations.id AND registrations.year='".$config['FAIRYEAR']."' AND registrations.status!='complete' AND registrations.status!='new' ORDER BY students.email"),
|
"SELECT firstname, lastname, students.email FROM students,registrations WHERE students.registrations_id=registrations.id AND registrations.year='".$config['FAIRYEAR']."' AND registrations.status!='complete' AND registrations.status!='new' ORDER BY students.email"),
|
||||||
);
|
);
|
||||||
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user