remove WebGUI::Utility
This commit is contained in:
parent
0adbb519f0
commit
ed04b99872
95 changed files with 6 additions and 207 deletions
|
|
@ -394,7 +394,6 @@ use WebGUI::Keyword;
|
|||
require WebGUI::ProgressBar;
|
||||
use WebGUI::Search::Index;
|
||||
use WebGUI::TabForm;
|
||||
use WebGUI::Utility;
|
||||
use WebGUI::PassiveAnalytics::Logging;
|
||||
|
||||
=head1 NAME
|
||||
|
|
@ -1046,7 +1045,7 @@ sub getEditForm {
|
|||
};
|
||||
|
||||
# Kludge...
|
||||
if ( $fieldHash->{fieldType} ~~ ['selectBox', 'workflow'] ) and ref $fieldHash->{value} ne 'ARRAY' ) {
|
||||
if ( $fieldHash->{fieldType} ~~ ['selectBox', 'workflow'] and ref $fieldHash->{value} ne 'ARRAY' ) {
|
||||
$fieldHash->{value} = [ $fieldHash->{value} ];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue