summaryrefslogtreecommitdiff
path: root/includes/view/UserWorkLog_view.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/view/UserWorkLog_view.php')
-rw-r--r--includes/view/UserWorkLog_view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/view/UserWorkLog_view.php b/includes/view/UserWorkLog_view.php
index 0d5e7797..879979ba 100644
--- a/includes/view/UserWorkLog_view.php
+++ b/includes/view/UserWorkLog_view.php
@@ -45,7 +45,7 @@ function UserWorkLog_edit_form($user_source, $userWorkLog)
form_info(__('User'), User_Nick_render($user_source)),
form_date('work_timestamp', __('Work date'), $userWorkLog['work_timestamp'], null, time()),
form_text('work_hours', __('Work hours'), $userWorkLog['work_hours']),
- form_text('comment', __('Comment'), $userWorkLog['comment']),
+ form_text('comment', __('Comment'), $userWorkLog['comment'], false, 200),
form_submit('submit', __('Save'))
]);
}