forked from extern/egroupware
fix for bug [ 1084324 ] Database error when try to search holidays
This commit is contained in:
parent
67ed35e6ea
commit
96f6250611
@ -143,7 +143,7 @@
|
|||||||
}
|
}
|
||||||
if($query)
|
if($query)
|
||||||
{
|
{
|
||||||
$querymethod = " AND hol_name LIKE ".$this->db->quote('%'.$query.'%');
|
$querymethod .= " AND hol_name LIKE ".$this->db->quote('%'.$query.'%');
|
||||||
}
|
}
|
||||||
if ($year > 1900)
|
if ($year > 1900)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user