app/soc/views/helper/access.py
changeset 2771 eb654b51053b
parent 2734 f35f6f05c8c4
child 2781 8f6c0a5a7491
--- a/app/soc/views/helper/access.py	Thu Aug 13 14:02:22 2009 -0700
+++ b/app/soc/views/helper/access.py	Fri Aug 14 03:58:40 2009 +0530
@@ -1016,7 +1016,8 @@
 
   @allowDeveloper
   @denySidebar
-  def checkIsAfterEvent(self, django_args, event_name, key_name_arg):
+  def checkIsAfterEvent(self, django_args, event_name, 
+                        key_name_arg, program_logic):
     """Checks if the given event has taken place for the given program.
 
     Args:
@@ -1025,6 +1026,7 @@
       key_name_arg: the entry in django_args that specifies the given program
         keyname. If none is given the key_name is constructed from django_args
         itself.
+      program_logic: Program Logic instance
 
     Raises:
       AccessViolationResponse: