--- loncom/interface/loncommon.pm 2007/10/31 18:01:47 1.604 +++ loncom/interface/loncommon.pm 2007/11/01 14:05:26 1.605 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.604 2007/10/31 18:01:47 albertel Exp $ +# $Id: loncommon.pm,v 1.605 2007/11/01 14:05:26 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2049,7 +2049,7 @@ sub authform_internal{ $authtype = ''; } - $autharg = ''; $result = &mt ('[_1] Internally authenticated (with initial password [_2])', @@ -2151,7 +2151,7 @@ sub authform_filesystem{ ('[_1] Filesystem Authenticated (with initial password [_2])', ''); return $result; }