Changeset 11934

Show
Ignore:
Timestamp:
08/31/07 09:33:23 (1 year ago)
Author:
bergie
Message:

Use metadata props

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/fi.mik.lentopaikkakisa/navigation.php

    r5578 r11934  
    3636            ), 
    3737            MIDCOM_NAV_ADMIN => null, 
    38             MIDCOM_META_CREATOR => $this->_topic->creator, 
    39             MIDCOM_META_EDITOR => $this->_topic->revisor, 
    40             MIDCOM_META_CREATED => $this->_topic->created, 
    41             MIDCOM_META_EDITED => $this->_topic->revised 
     38            MIDCOM_META_CREATOR => $this->_topic->metadata->creator, 
     39            MIDCOM_META_EDITOR => $this->_topic->metadata->revisor, 
     40            MIDCOM_META_CREATED => $this->_topic->metadata->created, 
     41            MIDCOM_META_EDITED => $this->_topic->metadata->revised 
    4242        ); 
    4343        $leaves["{$this->_topic->id}:scores_pilot"] = array 
     
    4949            ), 
    5050            MIDCOM_NAV_ADMIN => null, 
    51             MIDCOM_META_CREATOR => $this->_topic->creator, 
    52             MIDCOM_META_EDITOR => $this->_topic->revisor, 
    53             MIDCOM_META_CREATED => $this->_topic->created, 
    54             MIDCOM_META_EDITED => $this->_topic->revised 
     51            MIDCOM_META_CREATOR => $this->_topic->metadata->creator, 
     52            MIDCOM_META_EDITOR => $this->_topic->metadata->revisor, 
     53            MIDCOM_META_CREATED => $this->_topic->metadata->created, 
     54            MIDCOM_META_EDITED => $this->_topic->metadata->revised 
    5555        ); 
    5656         
     
    8181            MIDCOM_NAV_NOENTRY => false, 
    8282            MIDCOM_NAV_CONFIGURATION => $this->_config, 
    83             MIDCOM_META_CREATOR => $this->_topic->creator, 
    84             MIDCOM_META_EDITOR => $this->_topic->revisor, 
    85             MIDCOM_META_CREATED => $this->_topic->created, 
    86             MIDCOM_META_EDITED => $this->_topic->revised 
     83            MIDCOM_META_CREATOR => $this->_topic->metadata->creator, 
     84            MIDCOM_META_EDITOR => $this->_topic->metadata->revisor, 
     85            MIDCOM_META_CREATED => $this->_topic->metadata->created, 
     86            MIDCOM_META_EDITED => $this->_topic->metadata->revised 
    8787        ); 
    8888    }