include_once 'donnee/fonction/temps.php';
include_once 'donnee/class/objet.php';
$ct = new credit_temps($perso_ligne['id']
);
if($ct){
$temps=0;
$temps=$ct->get();
if ($temps>=0.5){
return (get_objet_perso_num($perso_ligne['id']
,5));//si la personne a un sceau
}else return 0;
}else return 0;
