diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-04 05:39:14 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-04 05:39:14 +0000 |
commit | b006ec6cb4f09aafb4282bdaae74be4d328973e5 (patch) | |
tree | 5f9ce7677f36829d670f4944c8f3392d22e1257a /update.php | |
parent | 36adc757f92c4290f73725aea6aa90cdd461ddd4 (diff) | |
download | drupal-b006ec6cb4f09aafb4282bdaae74be4d328973e5.tar.gz drupal-b006ec6cb4f09aafb4282bdaae74be4d328973e5.zip |
#571086 follow-up by sun: Allow specifying a 'wrapper callback' before executing a form builder function.
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/update.php b/update.php index 2d4f1e50ed8..e9e5c84f6ac 100644 --- a/update.php +++ b/update.php @@ -37,8 +37,7 @@ function update_selection_page() { return $output; } -function update_script_selection_form() { - $form = array(); +function update_script_selection_form($form, &$form_state) { $count = 0; $form['start'] = array( '#tree' => TRUE, |