forked from extern/egroupware
*** empty log message ***
This commit is contained in:
parent
a27466da3f
commit
e15e152369
@ -472,7 +472,8 @@
|
||||
if (strpos($id,'%') !== False || strpos($id,'_') !== False)
|
||||
{
|
||||
$id = $this->db->quote($id);
|
||||
$where = "async_id LIKE $id AND async_id != '##last-check-run##'";
|
||||
// $where = "async_id LIKE $id AND async_id != '##last-check-run##'";
|
||||
$where = "id LIKE $id AND id != '##last-check-run##'";
|
||||
}
|
||||
elseif (!$id)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user