Skip to content
Snippets Groups Projects
Commit c37e3043 authored by Alex Borsody's avatar Alex Borsody
Browse files

Remove whitespace.

parent b4511e41
No related branches found
No related tags found
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