소스 검색

Issue #72: Updating API to include 2.1 improvements: fa3fdb4

Stephen Ficklin 7 년 전
부모
커밋
37c5851741
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      legacy/tripal_pub/includes/tripal_pub.chado_node.inc

+ 4 - 2
legacy/tripal_pub/includes/tripal_pub.chado_node.inc

@@ -607,8 +607,10 @@ function chado_pub_insert($node) {
     // to automatically generate a citation if a uniquename doesn't already exist
     $pub_arr = array();
 
-    $properties = array(); // stores all of the properties we need to add
-    $cross_refs = array(); // stores any cross references for this publication
+    // Stores all of the properties we need to add.
+    $properties = array();
+    // Stores any cross references for this publication.
+    $cross_refs = array();
 
     // get the properties from the form
     $properties = chado_retrieve_node_form_properties($node);