Ignore:
Timestamp:
08/30/11 17:49:19 (14 years ago)
Author:
basvannuland
Message:

start with dashboard database

File:
1 edited

Legend:

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

    r82 r91  
    2020    public function loadSurvey()
    2121    {
    22         $this->model->load($this->filePath);
     22        if(file_exists($this->filePath))
     23        {
     24            $this->model->load($this->filePath);
     25            return true;
     26        }
     27        else
     28        {
     29            return false;
     30        }
    2331    }
    2432
Note: See TracChangeset for help on using the changeset viewer.