Changed call to HTML::Form->parse() function to Click "OK/Cancel" - Line #597
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@325 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1812d2e372
commit
9e63b5144b
@ -590,8 +590,12 @@ sub clear {
|
||||
if ( !$res->is_success() ) {
|
||||
return( $res->status_line );
|
||||
}
|
||||
my $form = HTML::Form->parse( $res );
|
||||
|
||||
##################################
|
||||
# Clear all error/event log entries:
|
||||
# Are you sure? (OK/Cancel)
|
||||
##################################
|
||||
my $form = HTML::Form->parse( $res->content, $res->base );
|
||||
|
||||
##################################
|
||||
# Return error
|
||||
##################################
|
||||
|
Loading…
Reference in New Issue
Block a user