Changeset 11947

Show
Ignore:
Timestamp:
08/31/07 12:24:53 (1 year ago)
Author:
bergie
Message:

Hide this notice, it isn't very relevant. refs #102

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/midcom/baseclasses/components/interface.php

    r11910 r11947  
    435435        if (! $data) 
    436436        { 
    437             debug_add("Could not load the file {$this->_component_path}/config/{$this->_config_snippet_name}.inc, assuming empty default configuration", 
    438                 MIDCOM_LOG_WARN); 
     437            //debug_add("Could not load the file {$this->_component_path}/config/{$this->_config_snippet_name}.inc, assuming empty default configuration", 
     438            //    MIDCOM_LOG_WARN); 
    439439            $data = Array(); 
    440440        }