Skip to content
Snippets Groups Projects
Commit 975012c6 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Removed bad link

parent 4974eb3d
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,8 @@ if ($resql)
dol_fiche_end();
// Add link to show birthdays
$link='';
/*
$newparam=$param; // newparam is for birthday links
$newparam=preg_replace('/showbirthday=[0-1]/i','showbirthday='.(empty($showbirthday)?1:0),$newparam);
if (! preg_match('/showbirthday=/i',$newparam)) $newparam.='&showbirthday=1';
......@@ -203,6 +205,7 @@ if ($resql)
if (empty($showbirthday)) $link.=$langs->trans("AgendaShowBirthdayEvents");
else $link.=$langs->trans("AgendaHideBirthdayEvents");
$link.='</a>';
*/
print_barre_liste($newtitle, $page, $_SERVER["PHP_SELF"], $param,$sortfield,$sortorder,$link,$num,0);
//print '<br>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment