fixing eu domain warning from php

This commit is contained in:
Benjamin Sonntag 2015-11-05 17:40:17 +01:00
parent a45c3777f3
commit eba60af8b9
1 changed files with 1 additions and 0 deletions
bureau/class

View File

@ -1003,6 +1003,7 @@ class m_dom {
case "eu":
case "be":
$ligne = preg_replace("/^ *([^ ]*) \(.*\)$/", "\\1", trim($ligne));
$tmp="";
if ($found) {
$tmp = trim($ligne);
}