fix : deprecated
This commit is contained in:
parent
0fc17069c8
commit
b6581c2b26
@ -107,13 +107,8 @@ if ((! empty($foruserid) || ! empty($foruserlogin) || ! empty($mode)) && ! $mesg
|
|||||||
'%MONTH%'=>$month,
|
'%MONTH%'=>$month,
|
||||||
'%DAY%'=>$day,
|
'%DAY%'=>$day,
|
||||||
'%DOL_MAIN_URL_ROOT%'=>DOL_MAIN_URL_ROOT,
|
'%DOL_MAIN_URL_ROOT%'=>DOL_MAIN_URL_ROOT,
|
||||||
'%SERVER%'=>"http://".$_SERVER["SERVER_NAME"]."/", // deprecated
|
'%SERVER%'=>"http://".$_SERVER["SERVER_NAME"]."/",
|
||||||
// For backward compatibility
|
'%SOCIETE%'=>$objp->company
|
||||||
'%SOCIETE%'=>$objp->company,
|
|
||||||
'%ZIP%'=>$objp->zip,
|
|
||||||
'%COUNTRY%'=>$objp->country,
|
|
||||||
'%ANNEE%'=>$year,
|
|
||||||
'%SERVEUR%'=>"http://".$_SERVER["SERVER_NAME"]."/" // deprecated
|
|
||||||
);
|
);
|
||||||
complete_substitutions_array($substitutionarray, $langs);
|
complete_substitutions_array($substitutionarray, $langs);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user