|
From: Chris S. <san...@us...> - 2009-06-26 23:11:13
|
Update of /cvsroot/stack/stack-dev/lib/reporting In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13313/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.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** StackReport.php 26 Jun 2009 16:01:22 -0000 1.19 --- StackReport.php 26 Jun 2009 23:11:10 -0000 1.20 *************** *** 67,71 **** case 'question': $result = $db->questionSearch($posted); ! $xhtml = $this->formatQuestionSearch($result, $posted); $xhtml .= $this->questionSummaryBox($result, $posted); $xhtml .= $db->answerNoteStatistics($posted); --- 67,71 ---- case 'question': $result = $db->questionSearch($posted); ! //$xhtml = $this->formatQuestionSearch($result, $posted); $xhtml .= $this->questionSummaryBox($result, $posted); $xhtml .= $db->answerNoteStatistics($posted); *************** *** 947,949 **** } ! ?> --- 947,949 ---- } ! ?> \ No newline at end of file |