Changeset 10703
- Timestamp:
- 12/12/10 12:20:59 (2 years ago)
- Files:
-
- modules/branches/2.9/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/core/functions.inc.php
r10696 r10703 6132 6132 6133 6133 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. 6136 6138 6137 6139 // Some errors for the validation bits
