Changeset 6178 for trunk/lib/model/blog.feed.php
- Timestamp:
- 06/05/08 13:15:41 (7 months ago)
- Files:
-
- 1 modified
-
trunk/lib/model/blog.feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/model/blog.feed.php
r6170 r6178 467 467 } 468 468 469 function clear RSS() {469 function clearFeed() { 470 470 if (file_exists(ROOT . "/cache/rss/".getBlogId().".xml")) 471 471 @unlink(ROOT . "/cache/rss/".getBlogId().".xml"); 472 if (file_exists(ROOT . "/cache/atom/".getBlogId().".xml")) 473 @unlink(ROOT . "/cache/atom/".getBlogId().".xml"); 472 474 } 473 475
