--- loncom/metadata_database/parse_activity_log.pl 2005/02/09 21:24:33 1.12 +++ loncom/metadata_database/parse_activity_log.pl 2005/02/09 21:54:15 1.13 @@ -2,7 +2,7 @@ # # The LearningOnline Network # -# $Id: parse_activity_log.pl,v 1.12 2005/02/09 21:24:33 matthew Exp $ +# $Id: parse_activity_log.pl,v 1.13 2005/02/09 21:54:15 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -289,7 +289,7 @@ my $activity_table_def = my @Activity_Table = ($activity_table_def); my @ID_Tables = ($student_table_def,$res_table_def,$machine_table_def); ## -## End of table definitionsOB +## End of table definitions ## $logthis->('Connectiong to mysql');