From 939a1f01a14bb9d764a6379d84c0963f23586ad3 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 13 Nov 2008 08:13:56 +0000 Subject: #332145 by catch and Arancaytar: Fix regression on term submit form. --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 2ed3de9df..b68a63949 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -1089,7 +1089,7 @@ function _taxonomy_term_select($title, $name, $value, $vocabulary_id, $descripti $options = array(); if ($blank) { - $options[''] = $blank; + $options[0] = $blank; } if ($tree) { foreach ($tree as $term) { -- cgit v1.2.3