All phone number now show the clicktodial link if module is enabled

This commit is contained in:
Laurent Destailleur 2008-11-08 23:14:49 +00:00
parent 51b4ef1c68
commit 6d43b166c8

View File

@ -404,7 +404,7 @@ function show_actions_todo($conf,$langs,$db,$objsoc,$objcon='')
// Picto warning
print '<td width="16">';
if (date("U",$obj->dp) < time()) print ' '.img_warning("Late");
if ($obj->dp && date("U",$obj->dp) < time()) print ' '.img_warning("Late");
else print '&nbsp;';
print '</td>';