Babynus - 2010-10-19

Same issue solved another way :
if (is_array($Value) && count($Value) == 1) {
sort($Value);
$Value = $Value[0];
}