Project

General

Profile

« Previous | Next » 

Revision 8303

inputs/GBIF/raw_occurrence_record/run: Override MySQL_export() so $filter can be customized

View differences:

inputs/GBIF/raw_occurrence_record/run
1 1
#!/bin/bash -e
2 2
. "$(dirname "${BASH_SOURCE[0]}")"/../table.run
3

  
4
MySQL_export ()
5
{
6
	echo_func "$FUNCNAME" "$@"
7
	"$(dirname "${BASH_SOURCE[0]}")"/../table.run "$FUNCNAME" "$@"
8
}

Also available in: Unified diff