Changeset 7000

Show
Ignore:
Timestamp:
10/18/08 12:36:36 (5 years ago)
Author:
p_lindheimer
Message:

fixes #3263 add category Custom Destinations so default module name is not used

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/customappsreg/functions.inc.php

    r6943 r7000  
    44  // return an associative array with destination and description 
    55  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")); 
    77  } 
    88  return $extens;