Changeset 83 for Dev/trunk/classes/Loader.php
- Timestamp:
- 08/25/11 17:52:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/Loader.php
r78 r83 15 15 $surveys = array(); 16 16 17 $surveyDBI = new Survey DatabaseInterface(null);17 $surveyDBI = new SurveyCreationDatabaseInterface(null); 18 18 $surveyIDTitles = $surveyDBI->getExistingSurveys(); 19 19
Note: See TracChangeset
for help on using the changeset viewer.