--- loncom/homework/optionresponse.pm	2002/10/17 14:40:05	1.52
+++ loncom/homework/optionresponse.pm	2002/10/17 17:13:44	1.53
@@ -1,7 +1,7 @@
 # LearningOnline Network with CAPA
 # option list style responses
 #
-# $Id: optionresponse.pm,v 1.52 2002/10/17 14:40:05 sakharuk Exp $
+# $Id: optionresponse.pm,v 1.53 2002/10/17 17:13:44 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -438,10 +438,7 @@ sub bubbles {
 	}
 
     }
-    $Apache::lonxml::counter++;
-    my %moreenv;
-    $moreenv{'form.counter'}=$Apache::lonxml::counter;
-    &Apache::lonnet::appenv(%moreenv);
+    &Apache::lonxml::increment_counter();
     return $result;
 }