put back missing !
This commit is contained in:
parent
d837b42836
commit
f2f1e230d1
|
@ -208,7 +208,7 @@ sub zmDbGetMonitor {
|
|||
return undef;
|
||||
}
|
||||
my $res = $sth->execute($id);
|
||||
if ( $res ) {
|
||||
if ( !$res ) {
|
||||
Error("Can't execute '$sql': ".$sth->errstr());
|
||||
return undef;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue