Projekt

Allgemein

Profil

GX-Bug #51100 » AttributesDataRecreateOrderFix.patch

Till Tepelmann, 01.02.2017 18:56

Unterschiede anzeigen:

src/gm/modules/gm_gprint_admin_gm_send_order.php (revision )
40 40
	}
41 41
	elseif(strrpos_wrapper($t_attributes_data, '<br />:') - strlen_wrapper($t_attributes_data) <= -7)
42 42
	{
43
		$t_attributes_data = substr_wrapper($t_attributes_data, 0, strrpos_wrapper($t_attributes_data, '<br />:'));
43
		$t_attributes_data = substr_wrapper($t_attributes_data, 0, strrpos_wrapper($t_attributes_data, '<br />:') !== false ? strrpos_wrapper($t_attributes_data, '<br />:') : null);
44 44

  
45 45
		if(substr_wrapper($t_attributes_model, -6) == '<br />')
46 46
		{
    (1-1/1)