--- loncom/homework/structuretags.pm 2010/12/20 05:51:35 1.465.2.7 +++ loncom/homework/structuretags.pm 2010/12/20 21:40:55 1.465.2.8 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.465.2.7 2010/12/20 05:51:35 raeburn Exp $ +# $Id: structuretags.pm,v 1.465.2.8 2010/12/20 21:40:55 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -803,12 +803,12 @@ sub store_aggregates { $cdomain,$cname); } if (keys(%anoncounter) > 0) { - &Apache::lonnet::cinc('nohist_anonsurveys',\%anoncounter, - $cdomain,$cname); + &Apache::lonnet::cput('nohist_anonsurveys',\%anoncounter, + $cdomain,$cname); } if (keys(%randtrycounter) > 0) { - &Apache::lonnet::cinc('nohist_randomizetry',\%randtrycounter, - $cdomain,$cname); + &Apache::lonnet::cput('nohist_randomizetry',\%randtrycounter, + $cdomain,$cname); } }