Changeset 1532
- Timestamp:
- 02/26/08 16:20:51 (3 months ago)
- Files:
-
- branches/punbb-1.3-dev/upload/extern.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/punbb-1.3-dev/upload/extern.php
r1462 r1532 244 244 // Show recent discussions 245 245 // 246 if ( $_GET['action'] == 'feed')246 if (!isset($_GET['action']) || $_GET['action'] == 'feed') 247 247 { 248 248 // Determine what type of feed to output
