From: Platonides Date: Wed, 29 Jun 2011 22:37:11 +0000 (+0000) Subject: Follow up r91072. This is indeed not needed. X-Git-Tag: 1.31.0-rc.0~29180 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=68607539963b8d05e79ae8ab151524881705f19d;p=lhc%2Fweb%2Fwiklou.git Follow up r91072. This is indeed not needed. --- diff --git a/includes/Xml.php b/includes/Xml.php index ae7d2e4de6..45ee87207b 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -863,7 +863,7 @@ class XmlSelect { public function addOption( $name, $value = false ) { // Stab stab stab $value = ($value !== false) ? $value : $name; - $this->options[] = array( $name => $value ); //Xml::option( $name, $value, $value === $this->default ); + $this->options[] = array( $name => $value ); } /**