Ticket #4522: core-functions.inc.php.patch
| File core-functions.inc.php.patch, 485 bytes (added by ianf, 2 years ago) |
|---|
-
functions.inc.php
old new 5782 5782 $dids = core_did_list('extension'); 5783 5783 $did_count = 0; 5784 5784 foreach ($dids as $did) { 5785 $did_dest = split('/,/',$did['destination']);5785 $did_dest = preg_split('/,/',$did['destination']); 5786 5786 if (isset($did_dest[1]) && $did_dest[1] == $extdisplay) { 5787 5787 5788 5788 $did_title = ($did['description'] != '') ? $did['description'] : _("DID / CID");
