Ooops, close php properly on the communication.inc.php file (sloccount told me so!)

This commit is contained in:
james 2006-10-25 01:50:59 +00:00
parent cf1bf2cf9d
commit 677132f307

View File

@ -28,3 +28,4 @@
"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"),
);
?>