Skip to content
Snippets Groups Projects
Commit a31fec1b authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Fix tab active to real tab active

parent 9dafdf41
No related branches found
No related tags found
No related merge requests found
......@@ -197,12 +197,7 @@ if ($resql)
$newtitle=$langs->trans($title);
$tabactive='';
if ($action == 'show_month') $tabactive='cardmonth';
if ($action == 'show_week') $tabactive='cardweek';
if ($action == 'show_day') $tabactive='cardday';
if ($action == 'show_list') $tabactive='cardlist';
if ($action == 'show_peruser') $tabactive='cardperuser';
$tabactive='cardlist';
$head = calendars_prepare_head($param);
......
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