--- loncom/interface/loncommon.pm 2006/12/24 21:13:37 1.497 +++ loncom/interface/loncommon.pm 2006/12/28 02:50:20 1.498 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.497 2006/12/24 21:13:37 raeburn Exp $ +# $Id: loncommon.pm,v 1.498 2006/12/28 02:50:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -59,7 +59,7 @@ use Apache::lonnet; use GDBM_File; use POSIX qw(strftime mktime); use Apache::lonmenu(); -use Apache::lonenc; +use Apache::lonenc(); use Apache::lonlocal; use HTML::Entities; use Apache::lonhtmlcommon(); @@ -6125,7 +6125,6 @@ sub store_settings { } # Make sure these settings stick around in this session, too &Apache::lonnet::appenv(%AppHash); - &Apache::lonnet::logthis(join(':',%AppHash)); return; }