| 
					
				 | 
			
			
				@@ -54,6 +54,8 @@ function tripal_organism_views_handlers() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  *   All the results are stored in $view->result 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  *   Looking up the NID here ensures the query is only executed once 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  *   for all organisms in the table. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ * 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ * @todo add if !<chado/drupal same db> around NID portion 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 function tripal_organism_views_pre_render	(&$view) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	if (preg_match('/organism/', $view->base_table)) { 
			 |