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