mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +01:00
reverted omgs's changes
This commit is contained in:
parent
e15e152369
commit
a4181bf0a8
@ -472,8 +472,7 @@
|
|||||||
if (strpos($id,'%') !== False || strpos($id,'_') !== False)
|
if (strpos($id,'%') !== False || strpos($id,'_') !== False)
|
||||||
{
|
{
|
||||||
$id = $this->db->quote($id);
|
$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)
|
elseif (!$id)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user