Changeset 7000
- Timestamp:
- 10/18/08 12:36:36 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/customappsreg/functions.inc.php
r6943 r7000 4 4 // return an associative array with destination and description 5 5 foreach (customappsreg_customdests_list() as $row) { 6 $extens[] = array('destination' => $row['custom_dest'], 'description' => $row['description'] );6 $extens[] = array('destination' => $row['custom_dest'], 'description' => $row['description'], 'category' => _("Custom Destinations")); 7 7 } 8 8 return $extens;
