FIX: WHERE 1=1

This commit is contained in:
Florian HENRY 2015-12-03 11:52:41 +01:00
parent ee08c4afc4
commit 10a925f7b4

View File

@ -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'