[svn:dbi] r14010 - dbi/trunk/t

[email protected]
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
Author: REHSACK
Date: Sat May 22 12:26:36 2010
New Revision: 14010

Modified:
   dbi/trunk/t/49dbd_file.t

Log:
fh is in meta since refactoring


Modified: dbi/trunk/t/49dbd_file.t
==============================================================================
--- dbi/trunk/t/49dbd_file.t	(original)
+++ dbi/trunk/t/49dbd_file.t	Sat May 22 12:26:36 2010
@@ -105,7 +105,7 @@
 sub DBD::File::Table::push_names ($$$)
 {
     my ($self, $data, $row_aryref) = @_;
-    $tfh = $self->{fh};
     my $meta = $self->{meta};
+    $tfh = $meta->{fh};
     @{$meta->{col_names}} = @{$row_aryref};
     } # push_names
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.