You are here

function filedepot_ctools_form_cancel in filedepot 7

2 string references to 'filedepot_ctools_form_cancel'
filedepot_newfile_form in ./filedepot.module
filedepot_newfolder_form in ./filedepot.module

File

./filedepot.module, line 2623
filedepot.module Filedepot: File Management Module developed by Nextide www.nextide.ca Full featured document managment module with a desktop application feel. Integrated Organic Group, Role and User permissions to secure folders, automated…

Code

function filedepot_ctools_form_cancel() {
  $commands = array();
  $commands[] = ctools_modal_command_dismiss();
  print ajax_render($commands);
  exit;
}