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/path/path.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index 9ae5bb01c..6929ba822 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -267,7 +267,7 @@ function path_load($pid) { /** * Verify that a new URL alias is valid, and save it to the database. */ -function path_form_execute() { +function path_form_submit() { $edit = $GLOBALS['form_values']; $src = $edit['src']; $dst = $edit['dst']; -- cgit v1.2.3