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/forum/forum.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index c6d4662af..d6b324d29 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -506,12 +506,12 @@ function forum_view(&$node, $teaser = FALSE, $page = FALSE) { } /** - * Implementation of hook_execute(). + * Implementation of hook_submit(). * * Check in particular that only a "leaf" term in the associated taxonomy * vocabulary is selected, not a "container" term. */ -function forum_execute(&$node) { +function forum_submit(&$node) { // Make sure all fields are set properly: $node->icon = $node->icon ? $node->icon : ''; -- cgit v1.2.3