From 50f9767b766e814fd2c86fb6d2f9654fdc7e5e12 Mon Sep 17 00:00:00 2001
From: llaffont <laurent.laffont@gmail.com>
Date: Fri, 24 Jan 2014 16:57:38 +0100
Subject: [PATCH] =?UTF-8?q?Correction=20boucle=20infinie=20cosmo=20si=20l'?=
 =?UTF-8?q?int=C3=A9gration=20coupe=20sur=20les=20fils=20RSS?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 cosmogramme/php/integration/pseudo_notices.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cosmogramme/php/integration/pseudo_notices.php b/cosmogramme/php/integration/pseudo_notices.php
index deb26b5c990..7c01972d514 100644
--- a/cosmogramme/php/integration/pseudo_notices.php
+++ b/cosmogramme/php/integration/pseudo_notices.php
@@ -59,7 +59,7 @@ if ($phase > 0 and $phase < 0.2) {
 // ----------------------------------------------------------------
 // CMS
 // ----------------------------------------------------------------
-if ($phase > 0.1 and $phase < 0.3)
+if ($phase > 0.1 and $phase < 0.202)
 {
 	// init variables
 	if ($phase == 0.2)
@@ -152,7 +152,7 @@ if ($phase < 0.3)
 }
 
 if ($phase == 0.3)
-{
+	{xdebug_break();
 	if ($phase_data["nombre"] and !$mode_cron) print('<span class="violet">Notices FILS RSS :</span>' . BR);
 	if (!$mode_cron and $chrono->tempsPasse() > 10) sauveContexte();
 	$chrono->start();
-- 
GitLab