X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e11d527ca80a0bf7079ce8bc78bcc027b0096f7a..845622e615e142555436c61425dfcef7c51e14a2:/profile_edit.php diff --git a/profile_edit.php b/profile_edit.php index 09e91107..546d634c 100644 --- a/profile_edit.php +++ b/profile_edit.php @@ -87,7 +87,7 @@ if ($request->isPost()) { $cl_start_week = $user->week_start; $cl_tracking_mode = $user->tracking_mode; $cl_record_type = $user->record_type; - $cl_uncompleted_entries = $user->uncompleted_entries; + $cl_uncompleted_entries = $user->uncompleted_indicators; // Which plugins do we have enabled? $plugins = explode(',', $user->plugins);