Changeset 6950 for modules/branches
- Timestamp:
- 10/11/08 13:06:23 (5 years ago)
- Files:
-
- modules/branches/2.5/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/core/functions.inc.php
r6906 r6950 2660 2660 $destlist[] = array( 2661 2661 'dest' => $thisdest, 2662 'description' => 'Inbound Route: '.$result['description'].' ('.$thisid.')',2662 'description' => sprintf(_("Inbound Route: %s (%s)"),$result['description'],$thisid), 2663 2663 'edit_url' => 'config.php?display=did&extdisplay='.urlencode($thisid), 2664 2664 );
