Merge remote-tracking branch 'origin/3.6' into 3.7
Conflicts: htdocs/core/class/extrafields.class.php
This commit is contained in:
commit
f9485bd25b
@ -762,7 +762,9 @@ class ExtraFields
|
|||||||
{
|
{
|
||||||
$sqlwhere.= ' WHERE '.$InfoFieldList[4];
|
$sqlwhere.= ' WHERE '.$InfoFieldList[4];
|
||||||
}
|
}
|
||||||
}else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
$sqlwhere.= ' WHERE 1';
|
$sqlwhere.= ' WHERE 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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user