Subversion Repositories eFlore/Applications.cel

Rev

Rev 540 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 540 Rev 590
Line 302... Line 302...
302
				}
302
				}
303
               	// look for subspecies
303
               	// look for subspecies
Line 304... Line 304...
304
 
304
 
Line -... Line 305...
-
 
305
                $infras =array('subsp.','var.');
-
 
306
 
305
                $infras =array('subsp.','var.');
307
                $temp_authority = preg_replace( "/ssp./", "subsp.", $temp_authority);
306
 
308
                $temp_authority = preg_replace( "/ssp /", "subsp.", $temp_authority);
Line 307... Line 309...
307
                $temp_authority = preg_replace( "/subsp /", "subsp.", $temp_authority);
309
                $temp_authority = preg_replace( "/subsp /", "subsp.", $temp_authority);
308
                $temp_authority = preg_replace( "/var /", "var.", $temp_authority);
310
                $temp_authority = preg_replace( "/var /", "var.", $temp_authority);