From 19c262de98b4e20dd88eb3e7692a3c2de076a838 Mon Sep 17 00:00:00 2001 From: nishanth Date: Sat, 27 Feb 2010 19:21:15 +0530 Subject: implemented notification functionality for AD MG DV. --- taskapp/utilities/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taskapp/utilities/request.py') diff --git a/taskapp/utilities/request.py b/taskapp/utilities/request.py index 6ebb35f..6b43596 100644 --- a/taskapp/utilities/request.py +++ b/taskapp/utilities/request.py @@ -6,7 +6,7 @@ from pytask.taskapp.models import Request, Profile def create_request(sent_by,role,sent_to=None,task=None,receiving_user=None,pynts=0): """ creates an unreplied request, based on the passed arguments - sent_to - a list of users to which the notification is to be sent + sent_to - a list of users to which the request is to be sent sent_by - sender of request role - a two character field which represents the role requested, if role = 'PY' then sent to all admins task - a requesting task (useful for sending admins a request to give Pynts to the user) -- cgit