[TYPO3-dev] typo3 4.3: mysql error caused by dam or by 4.3 trunk?
Michiel Roos [netcreators]
michiel at netcreators.com
Fri Jan 16 18:59:23 CET 2009
Hi all,
I applied the patch line by line to find the exact breakage point. And
here it is:
function dbAnalysisStoreExec() {
- reset($this->dbAnalysisStore);
- while(list($k,$v)=each($this->dbAnalysisStore)) {
- $id = t3lib_BEfunc::wsMapId($v[4],$this->substNEWwithIDs[$v[2]]);
+ foreach ($this->dbAnalysisStore as $action) {
+ $id = t3lib_BEfunc::wsMapId($action[4],
$this->substNEWwithIDs[$action[2]]);
if ($id) {
- $v[2] = $id;
- $v[0]->writeMM($v[1],$v[2],$v[3]);
+ $action[0]->writeMM($$action[1], $id, $action[3]);
}
}
}
I can not see why.
Kind regards,
Michiel Roos
--
Netcreators BV :: creation and innovation
www.netcreators.com
Interesse in werken bij Netcreators?
http://www.netcreators.com/bedrijf/vacatures/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 4689_exact_breakage.diff
URL: <http://lists.typo3.org/pipermail/typo3-dev/attachments/20090116/73de1c29/attachment.asc>
More information about the TYPO3-dev
mailing list