From: Meik S. <acy...@ph...> - 2009-10-20 11:04:49
|
Author: acydburn Date: Tue Oct 20 12:04:00 2009 New Revision: 10225 Log: fix bug #53045 the simple way. ;) Modified: branches/phpBB-3_0_0/phpBB/feed.php Modified: branches/phpBB-3_0_0/phpBB/feed.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/feed.php (original) --- branches/phpBB-3_0_0/phpBB/feed.php Tue Oct 20 12:04:00 2009 *************** *** 430,436 **** /** * Default cache time of entries in seconds */ ! var $cache_time = 300; /** * Separator for title elements to separate items (for example forum / topic) --- 430,436 ---- /** * Default cache time of entries in seconds */ ! var $cache_time = 0; /** * Separator for title elements to separate items (for example forum / topic) |