From 9fffb1fd5af155c544e1d2c7fbe54319bdf79b22 Mon Sep 17 00:00:00 2001 From: Bate Date: Tue, 16 Jul 2013 13:10:22 +0000 Subject: [PATCH] Correction champ ambigue --- include/entities/planning2.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/entities/planning2.inc.php b/include/entities/planning2.inc.php index d1c53ce73..d8a654a4a 100644 --- a/include/entities/planning2.inc.php +++ b/include/entities/planning2.inc.php @@ -266,8 +266,10 @@ class planning2 extends stdentity AND pl2_user_gap.end > '".gmdate("Y-m-d H:i:s",$new_start)."'"); if($sql->lines <= 0) + { if($to_break) break; + } else { $date_min = null; -- GitLab