Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'erichogue/joindin-270'
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed Mar 19, 2013
2 parents 28e273d + ae3032e commit 4afeb58
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -2,12 +2,12 @@
<h3>Event Statistics</h3>
<table cellpadding="0" cellspacing="0" border="0">
<tr><td><b>Number of Sessions:</b></td><td style="padding:3px"><?php echo count($talks); ?></td></tr>
?></td></tr>
<tr><td><b>Total # of Comments</b></td><td style="padding:3px""><?php
//echo (isset($total_comment_ct)) ? $total_comment_ct : '[none]';
</td></tr>
<tr><td><b>Total # of Comments</b></td><td style="padding:3px""><?php
//echo (isset($total_comment_ct)) ? $total_comment_ct : '[none]';
echo $talk_stats['comments_total'];
?></td></tr>
<tr><td><b>Average Session Rating</b></td><td style="padding:3px"><?php
<tr><td><b>Average Session Rating</b></td><td style="padding:3px"><?php
echo round($talk_stats['rating_avg'],2);
?></td></tr>
</table>
Expand Down

0 comments on commit 4afeb58

Please sign in to comment.