--- loncom/publisher/lonpublisher.pm 2005/08/09 20:00:06 1.201 +++ loncom/publisher/lonpublisher.pm 2005/08/30 15:34:07 1.202 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.201 2005/08/09 20:00:06 albertel Exp $ +# $Id: lonpublisher.pm,v 1.202 2005/08/30 15:34:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -677,6 +677,7 @@ sub fix_ids_and_indices { $allow{$token->[2]->{'src'}}=1; next; } + if ($lctag eq 'base') { next; } my %parms=%{$token->[2]}; $counter=$addid{$tag}; if (!$counter) { $counter=$addid{$lctag}; }