Changeset 10703

Show
Ignore:
Timestamp:
12/12/10 12:20:59 (2 years ago)
Author:
p_lindheimer
Message:

closes #4684 removes call to addgeneralarray() to allow other modues to add device types

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/core/functions.inc.php

    r10696 r10703  
    61326132 
    61336133  if ( $dispnum == 'devices' || $dispnum == 'extensions' ) { 
    6134     // Setup arrays for device types 
    6135     $currentcomponent->addgeneralarray('devtechs'); 
     6134 
     6135    // We don't call: $currentcomponent->addgeneralarray('devtechs') because the first 
     6136    // call to addgeneralarrayitem will initiate the array and this allows other modules 
     6137    // to add a new device type. 
    61366138     
    61376139    // Some errors for the validation bits