--- loncom/homework/lonhomework.pm 2005/03/01 03:24:05 1.197 +++ loncom/homework/lonhomework.pm 2005/03/17 21:20:23 1.199 @@ -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.199 2005/03/17 21:20:23 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 { @@ -634,7 +638,7 @@ sub editxmlmode {
' . $xml_help . ' - '; &Apache::lonxml::add_messages(\$result);