Bug #21165 » comments.diff
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'),
|