Changeset 240 for dev/mods/rss_feed/rss.php
- Timestamp:
- 09/25/07 15:26:51 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/mods/rss_feed/rss.php
r190 r240 24 24 $klist = new KillList(); 25 25 $klist->setOrdered(true); 26 if (CORP_ID) 27 { 28 $klist->addInvolvedCorp(new Corporation(CORP_ID)); 29 } 30 if (ALLIANCE_ID) 31 { 32 $klist->addInvolvedAlliance(new Alliance(ALLIANCE_ID)); 33 } 26 involved::load($klist,'kill'); 34 27 35 28 if ($_GET['scl_id'])