Return to parse_activity_log.pl CVS log | Up to [LON-CAPA] / loncom / metadata_database |
version 1.22, 2006/03/30 05:29:01 | version 1.23, 2006/03/30 06:57:50 |
---|---|
Line 945 sub xml_store_id_table { | Line 945 sub xml_store_id_table { |
####################################################################### | ####################################################################### |
{ | { |
my @rows; | my @rows; |
my $max_row_count = 100; | |
sub store_entry { | sub store_entry { |
my $max_row_count = 100; | |
if (! @_) { | if (! @_) { |
undef(@rows); | undef(@rows); |
return ''; | return ''; |