All pastes #2103306 Raw Edit

Anonymous

public text v1 · immutable
#2103306 ·published 2012-01-15 18:44 UTC
rendered paste body
<?php 

function MoHacks_form_alter(&$form, &$form_state, $form_id) {
  print_r($form_id);die;
}
?>