function weight_setup_form in Weight 5
1 string reference to 'weight_setup_form'
File
- ./
weight.module, line 245
Code
function weight_setup_form() {
$form[] = array(
'#type' => 'submit',
'#value' => t('Setup Database'),
);
return $form;
}