Changeset 14422

Show
Ignore:
Timestamp:
01/15/08 11:53:32 (11 months ago)
Author:
bergie
Message:

Minor bulletproofing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/fi.protie.navigation/main.php

    r14392 r14422  
    487487            $first_last = ''; 
    488488            $has_children = ''; 
     489            $component = ''; 
    489490 
    490491            if($item_counter == 1 && $item_counter == $item_count) 
     
    509510            } 
    510511 
    511             if($this->has_children_to_class) 
     512            if ($this->has_children_to_class) 
    512513            { 
    513514                $children = $this->_nap->list_nodes($child[MIDCOM_NAV_ID]);