You are here

function apps_profile_authorize_transfer_save in Apps 7

Callback after the authorize_filetransfer_form_submit.

Save the file transfer protocol.

1 string reference to 'apps_profile_authorize_transfer_save'
apps_profile_authorize_transfer in ./apps.profile.inc
Get filetransfer authorization form.

File

./apps.profile.inc, line 322
The install functions for the Apps module.

Code

function apps_profile_authorize_transfer_save($filetransfer, $nothing = array()) {
  $_SESSION['filetransfer'] = $filetransfer;
}