--- loncom/metadata_database/parse_activity_log.pl 2004/12/22 14:58:15 1.9 +++ loncom/metadata_database/parse_activity_log.pl 2004/12/22 19:25:42 1.10 @@ -2,7 +2,7 @@ # # The LearningOnline Network # -# $Id: parse_activity_log.pl,v 1.9 2004/12/22 14:58:15 matthew Exp $ +# $Id: parse_activity_log.pl,v 1.10 2004/12/22 19:25:42 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -524,7 +524,7 @@ sub process_courselog { next; # skip this chunk } # - my $values = $dbh->quote(join('',@values)); + my $values = $dbh->quote(join(':',map { &escape($_); } @values)); $time_this->('get_ids'); # my $row = [$res_id,