$z=est_dans($this->ligne['id']
)

;
if($z!=-1){

if(add_objet_lieu($z,3)
) {
include_once 'donnee/fonction/temps.php';
$ct = new credit_temps($this->ligne['id']
);
if($ct){
$ct->add(-1);
}
return 1;
}
else return 0;

}else return 0;