Skip to content
Snippets Groups Projects
Commit 692dd0b5 authored by Charles Benke's avatar Charles Benke Committed by GitHub
Browse files

contact email not display on tooltip

field not initialised
parent eb70d6ee
No related branches found
No related tags found
No related merge requests found
...@@ -659,6 +659,7 @@ while ($i < min($num,$limit)) ...@@ -659,6 +659,7 @@ while ($i < min($num,$limit))
$contactstatic->id=$obj->cidp; $contactstatic->id=$obj->cidp;
$contactstatic->statut=$obj->statut; $contactstatic->statut=$obj->statut;
$contactstatic->poste=$obj->poste; $contactstatic->poste=$obj->poste;
$contactstatic->email=$obj->email;
$contactstatic->phone_pro=$obj->phone_pro; $contactstatic->phone_pro=$obj->phone_pro;
$contactstatic->phone_perso=$obj->phone_perso; $contactstatic->phone_perso=$obj->phone_perso;
$contactstatic->phone_mobile=$obj->phone_mobile; $contactstatic->phone_mobile=$obj->phone_mobile;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment