Skip to content
Snippets Groups Projects
Commit c37e3043 authored by alex borsody's avatar alex borsody
Browse files

Remove whitespace.

parent b4511e41
Branches 6.x-1.x
Tags 6.x-1.17
No related merge requests found
......@@ -367,7 +367,7 @@ function fillpdf_form_edit_submit($form, &$form_state) {
return;
}else{
db_query('UPDATE {fillpdf_forms} SET title = "%s", destination_path = "%s", replacements = "%s", destination_redirect = %d WHERE fid = %d',
$form_state['values']['title'], trim($form_state['values']['destination_path']), $form_state['values']['replacements'], $form_state['values']['destination_redirect'], $form['#pdf_form']->fid);
$form_state['values']['title'], trim($form_state['values']['destination_path']), $form_state['values']['replacements'], $form_state['values']['destination_redirect'], $form['#pdf_form']->fid);
$form_state['redirect'] = "admin/content/fillpdf/{$form['#pdf_form']->fid}";
drupal_set_message('Successfully updated form');
//$form_state['nid'] = $node->nid;
......
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