asset_step_1_submit($form, &$form_state)Implementation of hook_submit().
vpx_beheer_mm/asset/asset.module, line 640
<?php
function asset_step_1_submit($form, &$form_state) {
unset($_SESSION['asset_list']);
drupal_goto(variable_get('vpx_connector_menu_prefix', '') .'asset/batch');
}
?>