]> wagnertech.de Git - timetracker.git/blobdiff - profile_edit.php
Some more renaming.
[timetracker.git] / profile_edit.php
index 09e9110745c24823effd4bf1e33b3671faf4e081..546d634c620099e6966158f4562fdf43909f32d0 100644 (file)
@@ -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);