Changed dates on discussion to reflect user preferences for formatting.

This commit is contained in:
JT Smith 2002-05-27 06:03:45 +00:00
parent d3850e3f0b
commit b8100068bc

View file

@ -62,7 +62,7 @@ sub _showReplies {
$data[0].'&wid='.$session{form}{wid}).'">'.substr($data[1],0,30). $data[0].'&wid='.$session{form}{wid}).'">'.substr($data[1],0,30).
'</a></td><td class="tableData"><a href="'. '</a></td><td class="tableData"><a href="'.
WebGUI::URL::page('op=viewProfile&uid='.$data[4]).'">'.$data[2]. WebGUI::URL::page('op=viewProfile&uid='.$data[4]).'">'.$data[2].
'</a></td><td class="tableData">'.epochToHuman($data[3],"%M/%D %H:%n%p"). '</a></td><td class="tableData">'.epochToHuman($data[3],"%z %Z").
'</td></tr>'; '</td></tr>';
$html .= WebGUI::Discussion::traverseReplyTree($data[0],1); $html .= WebGUI::Discussion::traverseReplyTree($data[0],1);
} }