id'");
echo mysql_error();
if(mysql_error())
echo error(i18n("An Error occured trying to save the school information"));
else
echo happy(i18n("School information successfully updated"));
}
// load the school info
$q=mysql_query("SELECT * FROM schools WHERE id='$schoolid'");
$school=mysql_fetch_object($q);
draw_page();
send_footer();
function draw_page(){
global $config, $school, $sh_email, $sh_email, $sh;
echo i18n("Please note, as a teacher you are editing the MASTER RECORD for %1. If you have switched schools you should switch your school under your account profile. Only edit the information below if the details for the school have changed.",array($school->school));
echo "
";
echo "
";
echo "