X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=time.php;h=2dc8606d02f98316516fca3221b0ee369b1ee4cf;hb=63de9ce903678e68402aee625f516e3ee2608fbb;hp=ca48056a8aeff5b62859b9250fd8bc5f3584374f;hpb=f22a586b11af9c617fdc4241d3ffa0344d4d6a50;p=timetracker.git diff --git a/time.php b/time.php index ca48056a..2dc8606d 100644 --- a/time.php +++ b/time.php @@ -448,7 +448,7 @@ $smarty->assign('selected_date', $selected_date); $smarty->assign('week_total', $week_total); $smarty->assign('day_total', ttTimeHelper::getTimeForDay($cl_date)); $smarty->assign('time_records', $timeRecords); -$smarty->assign('show_navigation', $user->isPluginEnabled('wv') && !$user->getConfigOption('menu_week')); +$smarty->assign('show_navigation', $user->isPluginEnabled('wv') && !$user->isOptionEnabled('week_menu')); $smarty->assign('show_client', $showClient); $smarty->assign('show_cf_1', $user->isPluginEnabled('cf')); $smarty->assign('show_project', $showProject);