more bugfixes
This commit is contained in:
parent
430b895dce
commit
d8e2ac364b
2 changed files with 106 additions and 97 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue