Changeset 12297

Show
Ignore:
Timestamp:
09/14/07 15:31:00 (1 year ago)
Author:
rambo
Message:

skip application-user when autoadding create commands

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/org.maemo.devcodes/viewer.php

    r12290 r12297  
    230230        foreach (array_keys($this->_request_data['schemadb']) as $name) 
    231231        { 
     232            if ($name === 'application-user') 
     233            { 
     234                continue; 
     235            } 
    232236            $this->_node_toolbar->add_item(Array( 
    233237                MIDCOM_TOOLBAR_URL => "{$name}/create.html",