fix a bug in rspconfig (SourceForge bug 2386154 [PPC64]rspconfig memdecfg option doesn't work)

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2557 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhanx 2009-01-05 09:51:47 +00:00
parent 6cfd3f909f
commit 84615754a1

View File

@ -1137,7 +1137,7 @@ sub readdecfg {
##################################
# Select radio button
##################################
my $value = ( ref($_) eq 'HASH' ) ? %{$_->{value}} : $_;
my $value = ( ref($_) eq 'HASH' ) ? $_->{value} : $_;
$radio->value( $value );
##################################