Changeset 229
- Timestamp:
- 08/01/07 21:03:31 (16 years ago)
- Location:
- dev/common
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/awards.php
r213 r229 40 40 } 41 41 42 $monthname = kbdate("F", strtotime("2000-".$month."- 1"));42 $monthname = kbdate("F", strtotime("2000-".$month."-2")); 43 43 44 44 $html .= "<div class=block-header2>Awards for ".$monthname." ".$year."</div>"; -
dev/common/kill_related.php
r206 r229 222 222 { 223 223 $pilots[$side][$kill->getVictimId()][$id]['destroyed'] = true; 224 225 if (!isset($pilots[$side][$kill->getVictimId()][$id]['kll_id'])) 226 { 227 $pilots[$side][$kill->getVictimId()][$id]['kll_id'] = $kill->getID(); 228 } 224 229 return; 225 230 }