Prefix length may have different length and be at a different place so i remove this tag. Must be replaced by a generic method to substring a substitution variable.
This commit is contained in:
parent
40106ff767
commit
a4f4cca895
@ -207,7 +207,6 @@ if (empty($reshook))
|
|||||||
|
|
||||||
if ($result > 0) {
|
if ($result > 0) {
|
||||||
$substitutionarray['__THIRDPARTY_CUSTOMER_CODE__'] = $thirdpartystatic->code_client;
|
$substitutionarray['__THIRDPARTY_CUSTOMER_CODE__'] = $thirdpartystatic->code_client;
|
||||||
$substitutionarray['__THIRDPARTY_CUSTOMER_CODE_WITHOUT_PREFIX__'] = substr($thirdpartystatic->code_client, 1);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$substitutionarray['__EMAIL__'] = $obj->email;
|
$substitutionarray['__EMAIL__'] = $obj->email;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user