From d747ec821924666a0f86aa51a7318320f1631e66 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 11 Oct 2005 20:46:17 +0000 Subject: - _ to # (form api changes) --- update.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/update.php b/update.php index 706988845..6d9ba758b 100644 --- a/update.php +++ b/update.php @@ -55,15 +55,15 @@ function update_selection_page() { // make update form and output it. $form['start'] = array( - type => 'select', - title => t('Perform updates from'), - default_value => (isset($selected) ? $selected : -1), - options => $dates, - description => t('This defaults to the first available update since the last update you performed.') + '#type' => 'select', + '#title' => t('Perform updates from'), + '#default_value' => (isset($selected) ? $selected : -1), + '#options' => $dates, + '#description' => t('This defaults to the first available update since the last update you performed.') ); $form['submit'] = array( - type => 'submit', - value => t('Update') + '#type' => 'submit', + '#value' => t('Update') ); drupal_set_title('Drupal database update'); -- cgit v1.2.3