summaryrefslogtreecommitdiff
path: root/modules/aggregator.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-12-02 15:21:01 +0000
committerDries Buytaert <dries@buytaert.net>2005-12-02 15:21:01 +0000
commit26bd449860f6baa77ec23349b89ad8a41860eda2 (patch)
treed11947b157bc89e869a0b1641ceb3d57dff2fc35 /modules/aggregator.module
parent4a3b9fc88353923021fdf15655de29f2a8361fc2 (diff)
downloadbrdo-26bd449860f6baa77ec23349b89ad8a41860eda2.tar.gz
brdo-26bd449860f6baa77ec23349b89ad8a41860eda2.tar.bz2
- Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'.
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r--modules/aggregator.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module
index c18687419..7e2ed4f19 100644
--- a/modules/aggregator.module
+++ b/modules/aggregator.module
@@ -1001,7 +1001,7 @@ function aggregator_page_list_validate($form_id, &$form) {
}
}
-function aggregator_page_list_execute($form_id, $form) {
+function aggregator_page_list_submit($form_id, $form) {
global $form_values;
foreach ($form_values['categories'] as $iid => $selection) {
db_query('DELETE FROM {aggregator_category_item} WHERE iid = %d', $iid);