Bug #16476 » TCAdefaults_MMfield_2007-12-11_v2.diff
Desktop/class.t3lib_loaddbgroup.php 2007-12-11 18:31:32.000000000 +0100 | ||
---|---|---|
// Now, populate the internal itemArray and tableArray arrays:
|
||
if ($MMtable) { // If MM, then call this function to do that:
|
||
$this->readMM($MMtable,$MMuid);
|
||
if ($MMuid) {
|
||
$this->readMM($MMtable,$MMuid,$itemlist);
|
||
} else {
|
||
$this->readList($itemlist);
|
||
}
|
||
} elseif ($MMuid && $conf['foreign_field']) {
|
||
// If not MM but foreign_field, the read the records by the foreign_field
|
||
$this->readForeignField($MMuid, $conf);
|
- « Previous
- 1
- 2
- Next »