[cc-commits] [CC SVN] r11323 - cchost/trunk/mixter-files/pages
webmaster at creativecommons.org
webmaster at creativecommons.org
Mon Nov 24 21:49:27 EST 2008
Author: fourstones
Date: 2008-11-25 02:49:27 +0000 (Tue, 25 Nov 2008)
New Revision: 11323
Modified:
cchost/trunk/mixter-files/pages/news.php
Log:
ugh, change it to hourly updates
Modified: cchost/trunk/mixter-files/pages/news.php
===================================================================
--- cchost/trunk/mixter-files/pages/news.php 2008-11-25 02:39:21 UTC (rev 11322)
+++ cchost/trunk/mixter-files/pages/news.php 2008-11-25 02:49:27 UTC (rev 11323)
@@ -98,7 +98,7 @@
//print $str . '<br />' . "\n";
}
-function cc_get_feed_items($url,$cache_time=86400,$max_items=20) // 86400 = 24*60*60
+function cc_get_feed_items($url,$cache_time=60*60,$max_items=20) // 86400 = 24*60*60
{
global $CC_GLOBALS;
More information about the cc-commits
mailing list