mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fix for integer values
This commit is contained in:
parent
e644513233
commit
c019eda361
@ -519,7 +519,7 @@ class so_sql
|
||||
{
|
||||
$col = $c;
|
||||
}
|
||||
if ($val == "!''")
|
||||
if ($val === "!''")
|
||||
{
|
||||
$db_filter[] = $col." != ''";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user