diff --git a/e107_plugins/rss_menu/e_meta.php b/e107_plugins/rss_menu/e_meta.php index 70c59fb7b..df4a8f5f1 100644 --- a/e107_plugins/rss_menu/e_meta.php +++ b/e107_plugins/rss_menu/e_meta.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/rss_menu/e_meta.php,v $ -| $Revision: 1.1.1.1 $ -| $Date: 2006-12-02 04:35:41 $ -| $Author: mcfly_e107 $ +| $Revision: 1.2 $ +| $Date: 2006-12-22 12:53:47 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ if (!defined('e107_INIT')) { exit; } @@ -27,6 +27,7 @@ if(isset($pref['rss_feeds']) && $pref['rss_feeds']) //wildcard topic_id's should not be listed if(strpos($row['rss_url'], "*")===FALSE){ $url = SITEURL.$PLUGINS_DIRECTORY."rss_menu/rss.php?".$tp->toHTML($row['rss_url'], TRUE, 'constants, no_hook, emotes_off').".2"; + $url .= ($row['rss_topicid']) ? ".".$row['rss_topicid'] : ""; $name = $tp->toHTML($row['rss_name'], TRUE, 'no_hook, emotes_off'); echo "\n"; }