405c405 < $options[-1] = '-None-'; --- > $options[] = '-None-'; 407c407 < $options[$vocab->vid] = $vocab->name; --- > $options[] = $vocab->name;