--- loncom/homework/lonhomework.pm 2005/03/01 03:24:05 1.197 +++ loncom/homework/lonhomework.pm 2005/03/16 19:09:43 1.198 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.197 2005/03/01 03:24:05 albertel Exp $ +# $Id: lonhomework.pm,v 1.198 2005/03/16 19:09:43 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -209,6 +209,10 @@ sub check_ip_acc { } return $allowed; } + +sub check_task_access { + return &check_access; +} # JB, 9/24/2002: Any changes in this function may require a change # in lonnavmaps::resource::getDateStatus. sub check_access {