Changeset 128 for trunk/rss.php
- Timestamp:
- 06/06/2005 05:31:31 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss.php
r92 r128 3 3 4 4 $topic_id = (int) $_GET['topic']; 5 6 if ( !$topic_id ) 7 if ( 'topic' == get_path() ) 8 $topic_id = get_path(2); 5 9 6 10 if ( $topic_id ) {
Note: See TracChangeset
for help on using the changeset viewer.