--- rat/lonuserstate.pm 2006/02/22 22:36:34 1.102 +++ rat/lonuserstate.pm 2006/02/22 23:44:55 1.103 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construct and maintain state and binary representation of course for user # -# $Id: lonuserstate.pm,v 1.102 2006/02/22 22:36:34 albertel Exp $ +# $Id: lonuserstate.pm,v 1.103 2006/02/22 23:44:55 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -364,11 +364,11 @@ sub traceroute { } if (defined($hash{'conditions_'.$rid})) { $hash{'conditions_'.$rid}=simplify( - '('.'conditions_'.$rid.')|('.$sofar.')'); + '('.$hash{'conditions_'.$rid}.')|('.$sofar.')'); } else { $hash{'conditions_'.$rid}=$sofar; } - $newsofar='conditions_'.$rid; + $newsofar=$hash{'conditions_'.$rid}; if (defined($hash{'is_map_'.$rid})) { if (defined($hash{'map_start_'.$hash{'src_'.$rid}})) { $sofar=$newsofar=