Fix: showborthday into showbirthday
This commit is contained in:
parent
9ff7905f0c
commit
a76e377f59
@ -242,7 +242,7 @@ $param.='&year='.$year.'&month='.$month.($day?'&day='.$day:'');
|
||||
$head = calendars_prepare_head('');
|
||||
|
||||
dol_fiche_head($head, 'card', $langs->trans('Events'), 0, $picto);
|
||||
print_actions_filter($form,$canedit,$status,$year,$month,$day,$showborthday,$filtera,$filtert,$filterd,$pid,$socid);
|
||||
print_actions_filter($form,$canedit,$status,$year,$month,$day,$showbirthday,$filtera,$filtert,$filterd,$pid,$socid);
|
||||
dol_fiche_end();
|
||||
|
||||
// Add link to show birthdays
|
||||
|
||||
@ -190,7 +190,7 @@ if ($resql)
|
||||
$head = calendars_prepare_head('');
|
||||
|
||||
dol_fiche_head($head, 'card', $langs->trans('Events'), 0, 'list');
|
||||
print_actions_filter($form,$canedit,$status,$year,$month,$day,$showborthday,$filtera,$filtert,$filterd,$pid,$socid);
|
||||
print_actions_filter($form,$canedit,$status,$year,$month,$day,$showbirthday,$filtera,$filtert,$filterd,$pid,$socid);
|
||||
dol_fiche_end();
|
||||
|
||||
// Add link to show birthdays
|
||||
|
||||
@ -34,14 +34,14 @@
|
||||
* @param $year
|
||||
* @param $month
|
||||
* @param $day
|
||||
* @param $showborthday
|
||||
* @param $showbirthday
|
||||
* @param $filtera
|
||||
* @param $filtert
|
||||
* @param $filterd
|
||||
* @param $pid
|
||||
* @param $socid
|
||||
*/
|
||||
function print_actions_filter($form,$canedit,$status,$year,$month,$day,$showborthday,$filtera,$filtert,$filterd,$pid,$socid)
|
||||
function print_actions_filter($form,$canedit,$status,$year,$month,$day,$showbirthday,$filtera,$filtert,$filterd,$pid,$socid)
|
||||
{
|
||||
global $conf,$langs;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user