menu_node_edit_edit_form_submit

Versions
menu_node_edit
menu_node_edit_edit_form_submit($form, &$form_state)

Submit handler for menu_node_edit alterations.

Code

./menu_node_edit.module, line 368

<?php
function menu_node_edit_edit_form_submit($form, &$form_state) {
  $access = $form_state['values']['menu']['menu_node_edit'];
  $mlid =  $form_state['values']['menu']['mlid'];
  db_query("DELETE FROM {menu_node_edit} WHERE mlid = %d", $mlid);
  if ($access == 1) {
    db_query("INSERT INTO {menu_node_edit} (mlid) VALUES (%d)", $mlid);
  }
  cache_clear_all('menu-access-options', 'cache');
}
?>

Contact

  • agentrickard [at] gmail [dot] com

Donations

My Amazon.com Wish List