You are here

function weight_setup_form in Weight 5

1 string reference to 'weight_setup_form'
weight_enable_page in ./weight.module

File

./weight.module, line 245

Code

function weight_setup_form() {
  $form[] = array(
    '#type' => 'submit',
    '#value' => t('Setup Database'),
  );
  return $form;
}