diff --git a/cosmogramme/php/web_services/statut_integration.php b/cosmogramme/php/web_services/statut_integration.php
index 54301bc595358fe7c6fbb8dee7740a9ee82f0ac9..5c1a13b0fd00b6a46634f0e259962bc2211cb7ab 100644
--- a/cosmogramme/php/web_services/statut_integration.php
+++ b/cosmogramme/php/web_services/statut_integration.php
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
  * along with AFI-OPAC 2.0; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA 
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
  */
 ////////////////////////////////////////////////////////////////////////////////////////////
 // RENVOIE LES DATES DE LA DERNIERE INTEGRATION
@@ -35,7 +35,8 @@ if(!$enreg)
 }
 echo "transfert|".$enreg["date_transfert"]."|";
 echo "integration|".$enreg["traite"]."|";
-echo "duree|".$enreg["temps_traitement"];
+echo "duree|".$enreg["temps_traitement"]."|";
+echo "db_state|".Class_CosmoVar::get('clef_traitements');
 exit;
 
 ?>
\ No newline at end of file