--- loncom/interface/lonpopulate.pm 2008/03/06 21:42:51 1.53 +++ loncom/interface/lonpopulate.pm 2008/03/12 02:45:07 1.54 @@ -1,5 +1,5 @@ # automated enrollment configuration handler -# $Id: lonpopulate.pm,v 1.53 2008/03/06 21:42:51 raeburn Exp $ +# $Id: lonpopulate.pm,v 1.54 2008/03/12 02:45:07 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2485,7 +2485,7 @@ onclick="javascript:document.photoupdate } } if (keys(%newenv) > 0) { - &Apache::lonnet::appenv(%newenv); + &Apache::lonnet::appenv(\%newenv); } &print_reply($r,$response,$$tasktitleref{$action}); return;