asset_step_1_submit

Versions
mediamosa-174
asset_step_1_submit($form, &$form_state)

Implementation of hook_submit().

Code

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');
}
?>