Changeset 3147
- Timestamp:
- 01/27/08 07:25:22 (1 year ago)
- Files:
-
- worklogplugin/0.11/worklog/webui.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
worklogplugin/0.11/worklog/webui.py
r2741 r3147 130 130 comment = '' 131 131 if req.args.has_key('comment'): 132 comment = str(req.args['comment'])132 comment = req.args['comment'] 133 133 134 134 if not mgr.stop_work(stoptime, comment):
