summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module4
1 files changed, 2 insertions, 2 deletions
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'];