// TODO: get customized rights from the database instead.
// $this->rights_array[] = "data_entry"; // Enter time and expense records into Time Tracker.
// $this->rights_array[] = "view_own_data"; // View own reports and charts.
// $this->rights_array[] = "manage_own_settings"; // Edit own settings.
// $this->rights_array[] = "view_users"; // View user names and roles in a group.
} elseif ($this->role == ROLE_CLIENT) {
// TODO: get customized rights from the database instead.
// $this->rights_array[] = "data_entry"; // Enter time and expense records into Time Tracker.
// $this->rights_array[] = "view_own_data"; // View own reports and charts.
// $this->rights_array[] = "manage_own_settings"; // Edit own settings.
// $this->rights_array[] = "view_users"; // View user names and roles in a group.
} elseif ($this->role == ROLE_CLIENT) {