GX-Bug #50164 » AttributesDataRecreateOrderFix.patch
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 |
{ |