/[webpac]/trunk/index_DBI_cache.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/index_DBI_cache.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 94 by dpavlin, Sun Jul 13 19:30:28 2003 UTC revision 95 by dpavlin, Sun Jul 13 21:54:22 2003 UTC
# Line 178  sub close { Line 178  sub close {
178    
179                  my $ord = 0;                  my $ord = 0;
180                  foreach my $key (@keys) {                  foreach my $key (@keys) {
181                          $sth->execute($ord++,                          $sth->execute(++$ord,
182                                  $c_table->{$table}->{$key},                                  $c_table->{$table}->{$key},
183                                  $c_count->{$table}->{$key}                                  $c_count->{$table}->{$key}
184                          );                          );

Legend:
Removed from v.94  
changed lines
  Added in v.95

  ViewVC Help
Powered by ViewVC 1.1.26