Ignore:
Timestamp:
08/08/11 17:25:20 (14 years ago)
Author:
basvannuland
Message:

save and load application
start with save and load session

File:
1 edited

Legend:

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

    r62 r78  
    2828                                        predicates:uid                  "' . $applicationID . '"        ;
    2929                                        predicates:title                ?title  ;
    30                                         prdeicates:description          ?description    ;
     30                                        predicates:description          ?description    ;
    3131                                        predicates:style                ?style
    3232            }';
     
    4545        $result[] = $this->readApplicationStyles();
    4646
    47         return $restult;
     47        return $result;
    4848    }
    4949
     
    9191            {
    9292                    _application        predicates:resource_type        resources:application ;
    93                                         prdeicates:description          ?description   
     93                                        predicates:description          ?description   
    9494            }';
    9595
Note: See TracChangeset for help on using the changeset viewer.