Changeset 13107

Show
Ignore:
Timestamp:
10/26/07 12:06:15 (1 year ago)
Author:
rambo
Message:

table property is going away

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/MidCOM_2_8/midcom.core/midcom/helper/nav.php

    r5820 r13107  
    329329        } 
    330330 
    331         if (   $object 
    332             && $object->__table__ == 'topic') 
     331        if (is_a($object, 'midgard_topic')) 
    333332        { 
    334333            debug_add("This is a topic."); 
     
    347346        } 
    348347 
    349         if (   $object 
    350             && $object->__table__ == 'article') 
     348        if (is_a($object, 'midgard_article')) 
    351349        { 
    352350            debug_add("This is an article.");