From 26bd449860f6baa77ec23349b89ad8a41860eda2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 2 Dec 2005 15:21:01 +0000 Subject: - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'. --- modules/comment/comment.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 67ba5766a..368bc94c1 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1232,7 +1232,7 @@ function comment_form_validate($form_id, $form_values) { comment_validate($form_values); } -function comment_form_execute($form_id, $form_values) { +function comment_form_submit($form_id, $form_values) { $op = isset($_POST['op']) ? $_POST['op'] : ''; $nid = $form_values['nid']; @@ -1328,7 +1328,7 @@ function theme_comment_controls($form) { return theme('box', t('Comment viewing options'), $output); } -function comment_controls_execute($form_id, $form_values) { +function comment_controls_submit($form_id, $form_values) { global $user; $mode = $form_values['mode']; -- cgit v1.2.3