Changeset 6551
- Timestamp:
- 09/03/08 16:16:11 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/htdocs/admin/config.php
r6525 r6551 129 129 //create an array of module sections to display 130 130 // stored as [items][$type][$category][$name] = $displayvalue 131 if ( !$quitemode &&isset($module['items']) && is_array($module['items'])) {131 if (isset($module['items']) && is_array($module['items'])) { 132 132 // loop through the types 133 133 foreach($module['items'] as $itemKey => $item) {
