bug fixes
This commit is contained in:
parent
66e1e0b427
commit
a03cab50c9
3 changed files with 25 additions and 13 deletions
|
|
@ -679,7 +679,11 @@ 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