[TYPO3-dev] Add new Parameter to pi_list_modeSelector
Christian Tauscher
cms at media-distillery.de
Mon Oct 30 23:26:28 CET 2006
Christian Tauscher schrieb:
Wrote the mail - exited to for being a "useful" member for the community
- an did not test it...
You better excange this part
> for($i=0; $i<$n; $i++)
> {
> $sTables .= '<tr>
> '.implode('',$cells[$i]).'
> </tr>';
> }
with this lines:
foreach($cells as $line)
{
$sTables .= '<tr>
'.implode('',$line).'
</tr>';
}
Maybe there ist an other bug - you will find it...
Christian.
More information about the TYPO3-dev
mailing list