Project

General

Profile

« Previous | Next » 

Revision 2345

Added by sgarg over 19 years ago

Added code to fix bug# 1344. Response template is called when cancel delete is pressed.

View differences:

src/perl/register-dataset.cgi
231 231
    deleteData(1);    
232 232
    exit(0);
233 233
    } else {
234
    # go back to search page. 
234
    $$templateVars{'status'} = "Cancel";
235
    $$templateVars{'function'} = "cancel";
236
    $template->process( $responseTemplate, $templateVars);
235 237
    exit(0);
236 238
    }
237 239

  

Also available in: Unified diff