reverted omgs's changes

This commit is contained in:
Ralf Becker 2004-07-31 21:36:54 +00:00
parent e15e152369
commit a4181bf0a8

View File

@ -472,8 +472,7 @@
if (strpos($id,'%') !== False || strpos($id,'_') !== False)
{
$id = $this->db->quote($id);
// $where = "async_id LIKE $id AND async_id != '##last-check-run##'";
$where = "id LIKE $id AND id != '##last-check-run##'";
$where = "async_id LIKE $id AND async_id != '##last-check-run##'";
}
elseif (!$id)
{