FIX: WHERE 1=1
This commit is contained in:
parent
ee08c4afc4
commit
10a925f7b4
@ -986,7 +986,7 @@ class ExtraFields
|
||||
$sqlwhere .= ' WHERE ' . $InfoFieldList[4];
|
||||
}
|
||||
} else {
|
||||
$sqlwhere .= ' WHERE 1';
|
||||
$sqlwhere .= ' WHERE 1=1';
|
||||
}
|
||||
if (in_array($InfoFieldList[0], array (
|
||||
'tablewithentity'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user