From 975012c6cf2218ac4150c8f6bd52c4b768044c72 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 May 2011 09:51:21 +0000 Subject: [PATCH] Removed bad link --- htdocs/comm/action/listactions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/comm/action/listactions.php b/htdocs/comm/action/listactions.php index f0ca649adf7..4c03cd42caa 100644 --- a/htdocs/comm/action/listactions.php +++ b/htdocs/comm/action/listactions.php @@ -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.=''; + */ print_barre_liste($newtitle, $page, $_SERVER["PHP_SELF"], $param,$sortfield,$sortorder,$link,$num,0); //print '
';