Show
Ignore:
Timestamp:
09/25/08 19:02:38 (5 years ago)
Author:
MDMAN
Message:

racing.league modified

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • racing.league/files/lib/form/RacingLeaguePointsForm.class.php

    r656 r660  
    3737                if (isset($_REQUEST["new"]))            $this->new = intval($_REQUEST["new"]); 
    3838                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"]);                 
    4140        } 
    4241