function ctools_node_comment_form_submit
1 string reference to 'ctools_node_comment_form_submit'
- ctools_form_comment_form_alter in ./
ctools.module - Alter the comment form to get a little more control over it.
File
-
./
ctools.module, line 750
Code
function ctools_node_comment_form_submit(&$form, &$form_state) {
$form_state['redirect'][0] = $_GET['q'];
}