Changeset 12324

Show
Ignore:
Timestamp:
09/17/07 11:41:33 (1 year ago)
Author:
bergie
Message:

Use 1.8 metadata properties

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/net.nehmer.buddylist/navigation.php

    r2614 r12324  
    3838                ), 
    3939                MIDCOM_NAV_ADMIN => null, 
    40                 MIDCOM_META_CREATOR => $this->_topic->creator, 
    41                 MIDCOM_META_EDITOR => $this->_topic->revisor, 
    42                 MIDCOM_META_CREATED => $this->_topic->created, 
    43                 MIDCOM_META_EDITED => $this->_topic->revised 
     40                MIDCOM_META_CREATOR => $this->_topic->metadata->creator, 
     41                MIDCOM_META_EDITOR => $this->_topic->metadata->revisor, 
     42                MIDCOM_META_CREATED => $this->_topic->metadata->created, 
     43                MIDCOM_META_EDITED => $this->_topic->metadata->revised 
    4444            ); 
    4545        }