Browse Source

Tripal Contact adheres to Drupal coding standards

Pubudu Basnayaka 12 years ago
parent
commit
ec1c518122
1 changed files with 7 additions and 2 deletions
  1. 7 2
      tripal_contact/tripal_contact.api.inc

+ 7 - 2
tripal_contact/tripal_contact.api.inc

@@ -1,9 +1,14 @@
 <?php
 
+/**
+ * @file
+ * @todo Add file header description
+ */
+
 /****************************************************************************
  * @section Chado Table Descriptions
  ****************************************************************************/
- 
+
  /**
  * Implements hook_chado_contact_schema()
  * Purpose: To add descriptions and foreign keys to default table description
@@ -50,6 +55,6 @@ function tripal_stock_chado_contact_relationship_schema() {
           'object_id' => 'contact_id',
         ),
   );
-  
+
   return $description;
 }