#53351, remove preselection of "none", patch by myself.

4.7.x
Gerhard Killesreiter 2006-03-24 14:49:45 +00:00
parent d8ee6e0d4e
commit 02ad2cfea2
2 changed files with 0 additions and 6 deletions

View File

@ -1020,9 +1020,6 @@ function _taxonomy_term_select($title, $name, $value, $vocabulary_id, $descripti
if ($blank) {
$options[0] = $blank;
if (count($value) == 0) {
$value[] = 0;
}
}
if ($tree) {
foreach ($tree as $term) {

View File

@ -1020,9 +1020,6 @@ function _taxonomy_term_select($title, $name, $value, $vocabulary_id, $descripti
if ($blank) {
$options[0] = $blank;
if (count($value) == 0) {
$value[] = 0;
}
}
if ($tree) {
foreach ($tree as $term) {