Skip to content
Snippets Groups Projects
Commit e204cac3 authored by Liam Morland's avatar Liam Morland Committed by Kevin Kaland
Browse files

Issue #1508750: Make field labels blank by default.

parent bf56d32f
No related branches found
Tags 7.x-1.5
No related merge requests found
......@@ -648,7 +648,7 @@ function fillpdf_parse_pdf($fid) {
$field = new stdClass();
$field->fid = $fid;
$field->pdf_key = $arr['name'];
$field->label = $arr['name'];
$field->label = NULL;
$field->value = '';
drupal_write_record('fillpdf_fields', $field);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment