mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 22:01:47 +01:00
Need to set numeric types to check
This commit is contained in:
parent
d22773d04d
commit
fa6c1d4a9c
@ -1184,6 +1184,7 @@ class so_sql
|
||||
{
|
||||
$skip_columns_with = array('_id', 'modified', 'modifier', 'status', 'cat_id', 'owner');
|
||||
$search_cols = is_null($this->columns_to_search) ? $this->db_cols : $this->columns_to_search;
|
||||
$numeric_types = array('auto', 'int', 'float', 'double');
|
||||
|
||||
// Skip some numeric columns that don't make sense to search if we have to default to all columns
|
||||
if(is_null($this->columns_to_search))
|
||||
|
Loading…
Reference in New Issue
Block a user