Changeset 231 for dev/mods/feed_syndication/feed_fetcher.php
- Timestamp:
- 08/22/07 08:38:52 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/mods/feed_syndication/feed_fetcher.php
r226 r231 14 14 require_once( "common/includes/class.kill.php" ); 15 15 require_once( "common/includes/class.parser.php" ); 16 if ( file_exists(" ../../common/includes/class.comments.php") ) // for the Eve-Dev Comment Class16 if ( file_exists("common/includes/class.comments.php") ) // for the Eve-Dev Comment Class 17 17 require_once( "common/includes/class.comments.php" ); 18 18 if ( file_exists("../../common/class.comment.php") ) // for the D2 Killboard Comment Class