Work in progress on including IP in emailed reports.
[timetracker.git] / role_edit.php
index 25970bd..946f834 100644 (file)
@@ -89,6 +89,7 @@ if ($request->isPost()) {
         if (ttRoleHelper::update(array(
           'id' => $cl_role_id,
           'name' => $cl_name,
+          'rank' => $cl_rank,
           'description' => $cl_description,
           'status' => $cl_status))) {
           header('Location: roles.php');