Project

General

Profile

Bug #21165 » comments.diff

Administrator Admin, 2009-10-22 11:48

View differences:

C:/Users/Stefan/Desktop/comments.php Mi Feb 16 21:05:15 2011
$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'),
(5-5/7)