Changeset 6507
- Timestamp:
- 08/29/08 15:20:46 (3 months ago)
- Files:
-
- modules/branches/2.5/core/functions.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/core/functions.inc.php
r6489 r6507 615 615 global $ext; // is this the best way to pass this? 616 616 global $version; // this is not the best way to pass this, this should be passetd together with $engine 617 global $engineinfo; 617 618 global $amp_conf; 618 619 global $core_conf; … … 748 749 $ext->addInclude('from-internal-additional', 'app-pickup'); 749 750 $fclen = strlen($fc_pickup); 750 $ext_pickup = (strstr($ version, 'BRI')) ? 'ext_dpickup' : 'ext_pickup';751 $ext_pickup = (strstr($engineinfo['raw'], 'BRI')) ? 'ext_dpickup' : 'ext_pickup'; 751 752 752 753 $fcc = new featurecode('paging', 'intercom-prefix');
