mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-31 06:04:54 +01:00
Add a tool to build statistics on project
This commit is contained in:
@@ -3611,10 +3611,7 @@ function dol_print_phone($phone, $countrycode = '', $cid = 0, $socid = 0, $addli
|
||||
}
|
||||
|
||||
// Define urlmask
|
||||
$urlmask = 'ErrorClickToDialModuleNotConfigured';
|
||||
if (!empty($conf->global->CLICKTODIAL_URL)) {
|
||||
$urlmask = $conf->global->CLICKTODIAL_URL;
|
||||
}
|
||||
$urlmask = getDolGlobalString('CLICKTODIAL_URL', 'ErrorClickToDialModuleNotConfigured');
|
||||
if (!empty($user->clicktodial_url)) {
|
||||
$urlmask = $user->clicktodial_url;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user