summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-04 05:39:14 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-04 05:39:14 +0000
commitb006ec6cb4f09aafb4282bdaae74be4d328973e5 (patch)
tree5f9ce7677f36829d670f4944c8f3392d22e1257a /update.php
parent36adc757f92c4290f73725aea6aa90cdd461ddd4 (diff)
downloadbrdo-b006ec6cb4f09aafb4282bdaae74be4d328973e5.tar.gz
brdo-b006ec6cb4f09aafb4282bdaae74be4d328973e5.tar.bz2
#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.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/update.php b/update.php
index 2d4f1e50e..e9e5c84f6 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,