diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-02 10:32:22 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-02 10:32:22 +0000 |
| commit | a776f0bc09215f63e812c6644599449487910530 (patch) | |
| tree | 3034261a9175ef0f6d7f2279cf64fa6b1a698937 | |
| parent | 6e6e58a736429c758732c798b08515d3249864b9 (diff) | |
| download | rss-a776f0bc09215f63e812c6644599449487910530.tar.gz rss-a776f0bc09215f63e812c6644599449487910530.tar.bz2 rss-a776f0bc09215f63e812c6644599449487910530.zip | |
more detikification, moved content_templates related code to themes/BitTemplates.php, moved kernel/comm_lib.php to xmlrpc/
| -rw-r--r-- | rss_lib.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rss_lib.php b/rss_lib.php index debbf86..70d4421 100644 --- a/rss_lib.php +++ b/rss_lib.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_rss/rss_lib.php,v 1.7 2006/01/31 20:19:47 bitweaver Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_rss/rss_lib.php,v 1.8 2006/02/02 10:32:22 squareing Exp $ * @package rss * * Copyright (c) 2004 bitweaver.org @@ -9,7 +9,7 @@ * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details * - * $Id: rss_lib.php,v 1.7 2006/01/31 20:19:47 bitweaver Exp $ + * $Id: rss_lib.php,v 1.8 2006/02/02 10:32:22 squareing Exp $ */ /** @@ -293,7 +293,7 @@ class RSSLib extends BitBase { $xmlstr = @recode_string("$sencod..$tencod", $xmlstr); } else { // This PHP intallation don't have any EncodConvFunc... - // somebody could create tiki_iconv(...)? + // somebody could create bit_iconv(...)? } } |
