Bug #15579 » t3lib_tcemain.patch
class.t3lib_tcemain.php 16 Mar 2006 13:23:17 -0000 | ||
---|---|---|
if ($tcaFieldConf['MM']) {
|
||
$dbAnalysis->init($table, $tcaFieldConf);
|
||
$dbAnalysis->start(implode(',',$valueArray),$tables,$tcaFieldConf['MM']);
|
||
$dbAnalysis->start(implode(',',$valueArray),$tables /*, $tcaFieldConf['MM']*/); // defVals need to be resolved. Using MM here will not always work.
|
||
if ($status=='update') {
|
||
$dbAnalysis->writeMM($tcaFieldConf['MM'],$id,$prep);
|
||
... | ... | |
*/
|
||
function removeCacheFiles() {
|
||
return t3lib_extMgm::removeCacheFiles();
|
||
}
|
||
}
|
||
/**
|
||
* Returns array, $CPtable, of pages under the $pid going down to $counter levels.
|