mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
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)
|
||||
{
|
||||
$querymethod = " AND hol_name LIKE ".$this->db->quote('%'.$query.'%');
|
||||
$querymethod .= " AND hol_name LIKE ".$this->db->quote('%'.$query.'%');
|
||||
}
|
||||
if ($year > 1900)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user