Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 589 → Rev 590

/trunk/jrest/services/NameParser.php
304,6 → 304,8
 
$infras =array('subsp.','var.');
 
$temp_authority = preg_replace( "/ssp./", "subsp.", $temp_authority);
$temp_authority = preg_replace( "/ssp /", "subsp.", $temp_authority);
$temp_authority = preg_replace( "/subsp /", "subsp.", $temp_authority);
$temp_authority = preg_replace( "/var /", "var.", $temp_authority);