Changeset 78 for Dev/trunk/classes/ApplicationRDFReader.php
- Timestamp:
- 08/08/11 17:25:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/ApplicationRDFReader.php
r62 r78 28 28 predicates:uid "' . $applicationID . '" ; 29 29 predicates:title ?title ; 30 pr deicates:description ?description ;30 predicates:description ?description ; 31 31 predicates:style ?style 32 32 }'; … … 45 45 $result[] = $this->readApplicationStyles(); 46 46 47 return $res tult;47 return $result; 48 48 } 49 49 … … 91 91 { 92 92 _application predicates:resource_type resources:application ; 93 pr deicates:description ?description93 predicates:description ?description 94 94 }'; 95 95
Note: See TracChangeset
for help on using the changeset viewer.