*** empty log message ***

This commit is contained in:
Oscar Manuel Gómez Senovilla 2004-07-31 19:55:06 +00:00
parent a27466da3f
commit e15e152369

View File

@ -472,7 +472,8 @@
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)
{ {