Author: hmbrand
Date: Fri Apr 23 06:02:23 2010
New Revision: 13922
Modified:
dbi/trunk/lib/DBD/File.pm
Log:
Dropped semi-colon put back
Modified: dbi/trunk/lib/DBD/File.pm
==============================================================================
--- dbi/trunk/lib/DBD/File.pm (original)
+++ dbi/trunk/lib/DBD/File.pm Fri Apr 23 06:02:23 2010
@@ -262,7 +262,7 @@
my $ownerid = $dbh->FETCH ("p_threadid");
$ownerid == $DBD::File::dr::threadid or
- croak "database handle is owned by thread $ownerid and this is
$DBD::File::dr::threadid"
+ croak "database handle is owned by thread $ownerid and this is
$DBD::File::dr::threadid";
# create a 'blank' sth
my $sth = DBI::_new_sth ($dbh, {Statement => $statement});