FIX #5524
This commit is contained in:
parent
e4f51b7f32
commit
f71b5d0605
@ -54,7 +54,7 @@ $langs->load("companies");
|
|||||||
|
|
||||||
$memberstatic=new Adherent($db);
|
$memberstatic=new Adherent($db);
|
||||||
|
|
||||||
llxHeader('',$langs->trans("MembersStatisticsByProperties"),'','',0,0,array('http://www.google.com/jsapi'));
|
llxHeader('',$langs->trans("MembersStatisticsByProperties"),'','',0,0,array('https://www.google.com/jsapi'));
|
||||||
|
|
||||||
$title=$langs->trans("MembersStatisticsByProperties");
|
$title=$langs->trans("MembersStatisticsByProperties");
|
||||||
|
|
||||||
|
|||||||
@ -53,7 +53,7 @@ $langs->load("companies");
|
|||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$arrayjs=array('http://www.google.com/jsapi');
|
$arrayjs=array('https://www.google.com/jsapi');
|
||||||
if (! empty($conf->dol_use_jmobile)) $arrayjs=array();
|
if (! empty($conf->dol_use_jmobile)) $arrayjs=array();
|
||||||
|
|
||||||
$title=$langs->trans("Statistics");
|
$title=$langs->trans("Statistics");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user