--- trunk/index_DBI_cache.pm 2003/07/13 19:30:28 94 +++ trunk/index_DBI_cache.pm 2003/07/13 21:54:22 95 @@ -178,7 +178,7 @@ my $ord = 0; foreach my $key (@keys) { - $sth->execute($ord++, + $sth->execute(++$ord, $c_table->{$table}->{$key}, $c_count->{$table}->{$key} );