Ignore:
Timestamp:
08/31/11 18:28:26 (14 years ago)
Author:
fpvanagthoven
Message:

End of day commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/DashboardTool.php

    r75 r96  
    99{
    1010        private $surveys;
     11        private $gamedata;
    1112
    12         public function __construct($surveys)
     13        public function __construct($surveys, $gamedata = null)
    1314        {
    1415                $this->surveys = $surveys;
     16                $this->gamedata = $gamedata;
    1517
    1618                $this->init();
Note: See TracChangeset for help on using the changeset viewer.