Version 0.10a

This commit is contained in:
nemunaire 2008-11-20 12:00:00 +01:00
commit e391f66774
201 changed files with 5182 additions and 8158 deletions

View file

@ -44,7 +44,7 @@ $anc_temps_tec = $temps_tec;
else mysql_query("UPDATE user SET temps_t='$temps_t', tec='$tec' WHERE id='$id'") or die ("erreur sql ".mysql_error());
if ($tec_boucle == true) {
header('Location: construction.php?temps_tec='.$anc_temps_tec.'&act=e&tec='.$anc);
@header('Location: laboratoire_validation.php?temps_tec='.$anc_temps_tec.'&act=e&tec='.$anc) or print '<meta http-equiv="refresh" content="0; url=\'laboratoire_validation.php?temps_tec='.$anc_temps_tec.'&page=depart.php&act=e&tec='.$anc.'\'"/>';
exit;
}
}