diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-11-22 07:27:32 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-11-22 07:27:32 +0000 |
| commit | 5397cf57c8bf2bd996f32ae0391b44d4692c745a (patch) | |
| tree | 5dc1ad62d41bc41f2b66d006c4487c8e975f04f9 /rss_inc.php | |
| parent | 1ca4909418a41fa3475afed2f67330b150f44cd0 (diff) | |
| download | rss-5397cf57c8bf2bd996f32ae0391b44d4692c745a.tar.gz rss-5397cf57c8bf2bd996f32ae0391b44d4692c745a.tar.bz2 rss-5397cf57c8bf2bd996f32ae0391b44d4692c745a.zip | |
merge recent changes into HEAD
Diffstat (limited to 'rss_inc.php')
| -rw-r--r-- | rss_inc.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/rss_inc.php b/rss_inc.php index 7b4b577..09cdbc9 100644 --- a/rss_inc.php +++ b/rss_inc.php @@ -1,5 +1,14 @@ <?php -include( RSS_PKG_PATH."feedcreator.class.php" ); +/** + * @version $Header: /cvsroot/bitweaver/_bit_rss/rss_inc.php,v 1.4 2005/11/22 07:27:31 squareing Exp $ + * @package rss + * @subpackage functions + */ + +/** + * Initialization + */ +require_once( RSS_PKG_PATH."feedcreator.class.php" ); // make sure the feeds cache dir is available if( !is_dir( TEMP_PKG_PATH.'rss' ) ) { |
