소스 검색

fix bug for display in eclipse

ccheng 13 년 전
부모
커밋
6178b68b7b

+ 2 - 2
tripal_analysis/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_contact/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_core/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_cv/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_db/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_feature/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_genetic/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_library/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_natural_diversity/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_organism/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_phenotype/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_project/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_pub/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }

+ 2 - 2
tripal_stock/views/template.table_defn.views.inc

@@ -90,7 +90,7 @@
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
   );  
   );  
-  $data['XXX']['table']['join']['YYY'] => array(
+  $data['XXX']['table']['join']['YYY'] = array(
     'left_table' => 'XY',
     'left_table' => 'XY',
     'left_field' => 'matching XXX key in the XY table',
     'left_field' => 'matching XXX key in the XY table',
     'field' => 'primary key in XXX table',
     'field' => 'primary key in XXX table',
@@ -205,7 +205,7 @@
    
    
    /*
    /*
     * End of Example Field definitions
     * End of Example Field definitions
-    *......................................................./
+    */
     
     
   return $data;
   return $data;
 }
 }