Changeset 111 for Dev/trunk/classes/ApplicationRDFWriter.php
- Timestamp:
- 09/19/11 16:12:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/ApplicationRDFWriter.php
r100 r111 13 13 14 14 $this->applicationID = $applicationID; 15 15 16 if (!is_dir('data/applications/')) 17 mkdir('data/applications/'); 18 16 19 if(file_exists($this->fileName)) 17 20 $this->model->load($this->fileName);
Note: See TracChangeset
for help on using the changeset viewer.