--- C:/Users/Stefan/Desktop/class.tx_comments_pi1.php Mi Feb 16 21:01:18 2011 +++ C:/Users/Stefan/Desktop/comments.php Mi Feb 16 21:05:15 2011 @@ -418,6 +418,9 @@ $entries = array(); $alt = 1; $template = $this->cObj->getSubpart($this->templateCode, '###SINGLE_COMMENT###'); foreach ($rows as $row) { + foreach($row as $key => $value) { + $this->cObj->data[$key] = $value; + } $markerArray = array( '###ALTERNATE###' => '-' . ($alt + 1), '###FIRSTNAME###' => $this->applyStdWrap(htmlspecialchars($row['firstname']), 'firstName_stdWrap'),