function workflow_fields_install in Workflow Fields 6
Same name and namespace in other branches
- 5 workflow_fields.install \workflow_fields_install()
File
- ./
workflow_fields.install, line 3
Code
function workflow_fields_install() {
// Set the weight to be greater than fieldgroup's weight.
db_query("UPDATE {system} SET weight = 10 WHERE name = 'workflow_fields'");
drupal_install_schema('workflow_fields');
}