From e3e5089fd982e530342e218ad5035c1f193519a6 Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-loas.afi-sa.net> Date: Tue, 18 Feb 2014 15:07:04 +0100 Subject: [PATCH] Remove xdebuf_break() --- cosmogramme/php/integration/pseudo_notices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmogramme/php/integration/pseudo_notices.php b/cosmogramme/php/integration/pseudo_notices.php index 7c01972d514..8154d7e8ebd 100644 --- a/cosmogramme/php/integration/pseudo_notices.php +++ b/cosmogramme/php/integration/pseudo_notices.php @@ -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