FIX : Use "WHERE true" instead of "WHERE 1" #4132
This commit is contained in:
parent
ae87a270e4
commit
bd632cf2b0
@ -765,7 +765,7 @@ class ExtraFields
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$sqlwhere.= ' WHERE 1';
|
$sqlwhere.= ' WHERE 1=1';
|
||||||
}
|
}
|
||||||
if (in_array($InfoFieldList[0],array('tablewithentity'))) $sqlwhere.= ' AND entity = '.$conf->entity; // Some tables may have field, some other not. For the moment we disable it.
|
if (in_array($InfoFieldList[0],array('tablewithentity'))) $sqlwhere.= ' AND entity = '.$conf->entity; // Some tables may have field, some other not. For the moment we disable it.
|
||||||
$sql.=$sqlwhere;
|
$sql.=$sqlwhere;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user