[imc-sf-coders] CVS update of sf-active/sf-active/shared/classes/webcast (1 file)

Bart M pseudopunk at codecoop.org
Sat Dec 31 03:14:16 PST 2005


    Date: Saturday, December 31, 2005 @ 12:14:16
  Author: pseudopunk
    Path: /cvsroot/sf-active/sf-active/sf-active/shared/classes/webcast

Modified: webcast_display_class.inc

do more checking before trying to regenerate articles. closes bug 131


Index: sf-active/sf-active/shared/classes/webcast/webcast_display_class.inc
diff -u sf-active/sf-active/shared/classes/webcast/webcast_display_class.inc:1.17 sf-active/sf-active/shared/classes/webcast/webcast_display_class.inc:1.18
--- sf-active/sf-active/shared/classes/webcast/webcast_display_class.inc:1.17	Wed Dec 28 15:36:10 2005
+++ sf-active/sf-active/shared/classes/webcast/webcast_display_class.inc	Sat Dec 31 12:14:16 2005
@@ -350,6 +350,7 @@
 
         // Count the visible comments
         $tpl['visible_comments'] = count($this->comments);
+	$tpl['total_comments'] = $this->_numcomment;
 
         // Set up the templates
 	$template_obj = new SmartyContainer;


More information about the imc-sf-coders mailing list