--- rat/lonuserstate.pm 2006/02/22 21:58:59 1.101 +++ rat/lonuserstate.pm 2006/02/22 22:36:34 1.102 @@ -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.101 2006/02/22 21:58:59 albertel Exp $ +# $Id: lonuserstate.pm,v 1.102 2006/02/22 22:36:34 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -364,11 +364,11 @@ sub traceroute { } if (defined($hash{'conditions_'.$rid})) { $hash{'conditions_'.$rid}=simplify( - '('.$hash{'conditions_'.$rid}.')|('.$sofar.')'); + '('.'conditions_'.$rid.')|('.$sofar.')'); } else { $hash{'conditions_'.$rid}=$sofar; } - $newsofar=$hash{'conditions_'.$rid}; + $newsofar='conditions_'.$rid; if (defined($hash{'is_map_'.$rid})) { if (defined($hash{'map_start_'.$hash{'src_'.$rid}})) { $sofar=$newsofar=