- Timestamp:
- 09/25/08 19:02:38 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
racing.league/files/lib/form/RacingLeaguePointsForm.class.php
r656 r660 37 37 if (isset($_REQUEST["new"])) $this->new = intval($_REQUEST["new"]); 38 38 if (isset($_REQUEST["edit"])) $this->edit = intval($_REQUEST["edit"]); 39 if (isset($_REQUEST["pointsID"])) $this->pointsID = intval($_REQUEST["pointsID"]); 40 39 if (isset($_REQUEST["pointsID"])) $this->pointsID = intval($_REQUEST["pointsID"]); 41 40 } 42 41
