mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix
This commit is contained in:
parent
4c732b20e0
commit
80228ef842
@ -171,7 +171,6 @@ namespace model {
|
||||
<< " WHERE " << fieldName << " = ?"
|
||||
, Poco::Data::Keywords::into(id), Poco::Data::Keywords::useRef(fieldValue);
|
||||
try {
|
||||
auto result = select.execute();
|
||||
select.execute();
|
||||
return id != 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user