laceysanderson 14 years ago
parent
commit
04b15a5e3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_stock/tripal_stock-api_functions.inc

+ 1 - 1
tripal_stock/tripal_stock-api_functions.inc

@@ -107,7 +107,7 @@ function get_chado_stocks($criteria, $match_type, $organism_id = NULL) {
 	if (sizeof($where) >= 1) {
 		$execute_query = TRUE;
 		$sql_query = 'SELECT stock.stock_id FROM stock '.implode(' ',$joins).' WHERE '.$where_string;
-		drupal_set_message('Query='.$sql_query);
+		//drupal_set_message('Query='.$sql_query);
 	} elseif (!$unknown_provided) {	
 		$execute_query = TRUE;
 		$sql_query = 'SELECT stock.stock_id FROM stock';