Changeset 12324
- Timestamp:
- 09/17/07 11:41:33 (1 year ago)
- Files:
-
- trunk/midcom/net.nehmer.buddylist/navigation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/net.nehmer.buddylist/navigation.php
r2614 r12324 38 38 ), 39 39 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-> revised40 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 44 44 ); 45 45 }
