include_once 'donnee/fonction/temps.php';
$z=est_dans($perso_ligne['id']);
$ct = new credit_temps($perso_ligne['id']
);
if($z!=-1 && $ct && get_objet_perso_num($perso_ligne['id'],4) && get_objet_num($z,1)){
$temps=0;
$temps=$ct->get();
return ($temps>=1);
}else return 0;

