Subversion Repositories wpShopGermany4

Rev

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

Rev 6425 Rev 6447
Line 11... Line 11...
11
	
11
	
12
		$arProfilSelect[$p['id']] = $p['name'];
12
		$arProfilSelect[$p['id']] = $p['name'];
13
		
13
		
14
		if ($p['export_type'] === wpsg_mod_export::TYPE_ORDER) $arProfilSelect[$p['id']] .= ' ('.__('Bestellexport', 'wpsg').')';
14
		if ($p['export_type'] === wpsg_mod_export::TYPE_ORDER) $arProfilSelect[$p['id']] .= ' ('.__('Bestellexport', 'wpsg').')';
15
		else if ($p['export_type'] === wpsg_mod_export::TYPE_PRODUCT) $arProfilSelect[$p['id']] .= ' ('.__('Produktexport', 'wpsg').')';
15
		else if ($p['export_type'] === wpsg_mod_export::TYPE_PRODUCT) $arProfilSelect[$p['id']] .= ' ('.__('Produktexport', 'wpsg').')';
-
 
16
		else if ($p['export_type'] === wpsg_mod_export::TYPE_CUSTOMER) $arProfilSelect[$p['id']] .= ' ('.__('Kundenexport', 'wpsg').')';
16
		
17
		
17
	}
18
	}
18
 
19
 
19
?>
20
?>
20
 
21