You are here

function smileys_admin_delete_confirm_submit in Smileys 5

Same name and namespace in other branches
  1. 6 smileys.admin.inc \smileys_admin_delete_confirm_submit()

File

./smileys.module, line 457

Code

function smileys_admin_delete_confirm_submit($form_id, $form_values) {
  smileys_admin_delete($form_values['id'], FALSE);
}