|
From: Chris S. <san...@us...> - 2009-06-26 16:01:27
|
Update of /cvsroot/stack/stack-dev/lib/reporting In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25058/lib/reporting Modified Files: StackReport.php Log Message: Index: StackReport.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/reporting/StackReport.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** StackReport.php 23 Jun 2009 14:39:36 -0000 1.18 --- StackReport.php 26 Jun 2009 16:01:22 -0000 1.19 *************** *** 69,72 **** --- 69,73 ---- $xhtml = $this->formatQuestionSearch($result, $posted); $xhtml .= $this->questionSummaryBox($result, $posted); + $xhtml .= $db->answerNoteStatistics($posted); break; |