Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 798 → Rev 1080

/branches/v1.5-cisaille/jrest/services/NameParser.php
303,7 → 303,10
// look for subspecies
 
$infras =array('subsp.','var.');
 
$temp_infra_authority = '';
$temp_infra_type = '';
$temp_authority = preg_replace( "/ssp./", "subsp.", $temp_authority);
$temp_authority = preg_replace( "/ssp /", "subsp.", $temp_authority);
$temp_authority = preg_replace( "/subsp /", "subsp.", $temp_authority);