Skip to content

Commit 099e0be

Browse files
committed
Add log
1 parent 1df35c5 commit 099e0be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

myaccount/tpl/support.tpl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
// If there is an external dedicated support URL defined, we use it
106106
$supportkey = strtoupper(dol_trunc(dol_hash($mythirdpartyaccount->email, 'md5'), 5, 'right', 'UTF-8', 1));
107107
$sellyoursaassupporturlorigin = $sellyoursaassupporturl;
108+
print '<!-- sellyoursaassupporturlorigin = '.$sellyoursaassupporturlorigin.' -->'."\n";
108109

109110
$sellyoursaassupporturl = str_replace('__EMAIL__', urlencode($mythirdpartyaccount->email), $sellyoursaassupporturl);
110111
$sellyoursaassupporturl = str_replace('__FIRSTNAME__', urlencode($mythirdpartyaccount->array_options['options_firstname']), $sellyoursaassupporturl);

0 commit comments

Comments
 (0)