".htmlentities($msg["connecteurs_sync_recu"],ENT_QUOTES,$charset)." :
/".htmlentities($msg["connecteurs_sync_nbtotal"],ENT_QUOTES,$charset)." :
";
//Vérification qu'il n'y a pas de synchronisation en cours...
$is_already_sync=false;
$recover_env="";
$recover=false;
$requete="select * from source_sync where source_id=$source_id";
$resultat=pmb_mysql_query($requete);
$env = array();
if (pmb_mysql_num_rows($resultat)) {
$rs_s=pmb_mysql_fetch_object($resultat);
if (!$rs_s->cancel) {
print "
".htmlentities($msg["connecteurs_sync_currentexists"],ENT_QUOTES,$charset)."
";
$is_already_sync=true;
} else {
$recover=true;
$recover_env=$rs_s->env;
print "
";
//highlight_string(print_r($env, true));
?>
?>