From eba60af8b9a538e11851b42991e80b6f402dcf7e Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag <benjamin@octopuce.fr> Date: Thu, 5 Nov 2015 17:40:17 +0100 Subject: [PATCH] fixing #12 eu domain warning from php --- bureau/class/m_dom.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bureau/class/m_dom.php b/bureau/class/m_dom.php index be144747..712692cc 100644 --- a/bureau/class/m_dom.php +++ b/bureau/class/m_dom.php @@ -1003,6 +1003,7 @@ class m_dom { case "eu": case "be": $ligne = preg_replace("/^ *([^ ]*) \(.*\)$/", "\\1", trim($ligne)); + $tmp=""; if ($found) { $tmp = trim($ligne); }