--- loncom/publisher/lonpublisher.pm 2008/08/27 13:08:36 1.248 +++ loncom/publisher/lonpublisher.pm 2008/12/07 23:49:40 1.249 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.248 2008/08/27 13:08:36 raeburn Exp $ +# $Id: lonpublisher.pm,v 1.249 2008/12/07 23:49:40 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -695,6 +695,7 @@ sub fix_ids_and_indices { $responsecounter=0; } if ($lctag=~/response$/) { $responsecounter++; } + if ($lctag eq 'import') { $responsecounter++; } my %parms=%{$token->[2]}; $counter=$addid{$tag}; if (!$counter) { $counter=$addid{$lctag}; }