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

Bart M pseudopunk at codecoop.org
Wed Dec 28 06:36:10 PST 2005


    Date: Wednesday, December 28, 2005 @ 15:36:10
  Author: pseudopunk
    Path: /cvsroot/sf-active/sf-active/sf-active/shared/classes/webcast

Modified: webcast_display_class.inc

displaying link to article after publish, making summary strip_tagged & strip_slashes for now


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.16 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.16	Tue Aug 23 21:59:18 2005
+++ sf-active/sf-active/shared/classes/webcast/webcast_display_class.inc	Wed Dec 28 15:36:10 2005
@@ -321,7 +321,7 @@
         $this->_path  = SF_NEWS_PATH . "/" . $this->_created_year;
         $this->_path .= "/" . $this->_created_month . "/";
 
-        $this->_url  = SF_NEWS_URL . "/" . $this->_created_year;
+        $this->_url  = SF_NEWS_EXT . "/" . $this->_created_year;
         $this->_url .= "/" . $this->_created_month . "/";
         
         $this->_url_path = $this->_url;


More information about the imc-sf-coders mailing list