Browse Source

Spacing issue

Stephen Ficklin 10 years ago
parent
commit
5646a7f670
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_contact/includes/tripal_contact.chado_node.inc

+ 1 - 1
tripal_contact/includes/tripal_contact.chado_node.inc

@@ -365,7 +365,7 @@ function chado_contact_node_access($node, $op, $account ) {
 function chado_contact_insert($node) {
 
   // remove surrounding white-space on submitted values
-  $node->contactname          = trim($node->contactname);
+  $node->contactname    = trim($node->contactname);
   $node->description    = trim($node->description);
 
   // if there is a contact_id in the $node object then this must be a sync so