|  | @@ -123,7 +123,7 @@ function hook_chado_connection_alter(&$settings) {
 | 
	
		
			
				|  |  |    // the search path.
 | 
	
		
			
				|  |  |    if ('chado_only' == $settings['dbname']) {
 | 
	
		
			
				|  |  |      $settings['new_active_db']   = 'chado';
 | 
	
		
			
				|  |  | -    // We don't include 'public' in search path.
 | 
	
		
			
				|  |  | +    // We don't include 'public' in search path.
 | 
	
		
			
				|  |  |      $settings['new_search_path'] = 'chado';
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  }
 |