more bugfixes

This commit is contained in:
JT Smith 2004-03-07 20:37:43 +00:00
parent 430b895dce
commit d8e2ac364b
2 changed files with 106 additions and 97 deletions

View file

@ -679,11 +679,7 @@ sub unconditionalRead {
if ($sth) {
$sth->execute or WebGUI::ErrorHandler::warn("Unconditional read failed: ".$_[1]." : ".DBI->errstr);
bless ({_sth => $sth}, $_[0]);
unless (DBI->errstr) {
return;
}
}
return undef;
}