Changeset 9085
- Timestamp:
- 03/05/10 19:37:14 (3 years ago)
- Files:
-
- modules/branches/2.7/core/agi-bin/dialparties.agi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/core/agi-bin/dialparties.agi
r8708 r9085 570 570 foreach ($extarray as $k ) { 571 571 // we loop through the original array to get the extensions in order of importance 572 if ( $ext_hunt[$k]) {572 if (isset($ext_hunt[$k]) && $ext_hunt[$k]) { 573 573 //If the original array is included in the extension hash then set variables 574 574 $myhuntmember="HuntMember"."$loops";
