Subversion Repositories eFlore/Applications.cel

Rev

Rev 798 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 798 Rev 1080
Line 301... Line 301...
301
					$temp_authority = '';
301
					$temp_authority = '';
302
				}
302
				}
303
               	// look for subspecies
303
               	// look for subspecies
Line 304... Line 304...
304
 
304
 
305
                $infras =array('subsp.','var.');
305
                $infras =array('subsp.','var.');
-
 
306
                
-
 
307
                $temp_infra_authority = '';
-
 
308
                $temp_infra_type = '';
306
 
309
                
307
                $temp_authority = preg_replace( "/ssp./", "subsp.", $temp_authority);
310
                $temp_authority = preg_replace( "/ssp./", "subsp.", $temp_authority);
308
                $temp_authority = preg_replace( "/ssp /", "subsp.", $temp_authority);
311
                $temp_authority = preg_replace( "/ssp /", "subsp.", $temp_authority);
309
                $temp_authority = preg_replace( "/subsp /", "subsp.", $temp_authority);
312
                $temp_authority = preg_replace( "/subsp /", "subsp.", $temp_authority);