- Timestamp:
- 03/11/11 23:09:33 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
HelpIM3/branches/chatgroups/HelpIM/chat/db/classes.py
r1339 r1434 117 117 self.conv_participant_name = helpim_user.user_name 118 118 self.conv_participant_user_id = helpim_user.user_id 119 self.conv_ care_worker_department_id = helpim_user.user_department_id119 self.conv_participant_department_id = helpim_user.user_department_id 120 120 121 121 class ConversationReviewer(ConversationParticipant):
