Changeset 9085

Show
Ignore:
Timestamp:
03/05/10 19:37:14 (3 years ago)
Author:
p_lindheimer
Message:

fixes #4102 check if set before checking value

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.7/core/agi-bin/dialparties.agi

    r8708 r9085  
    570570  foreach ($extarray as $k ) { 
    571571    // 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]) { 
    573573      //If the original array is included in the extension hash then set variables 
    574574      $myhuntmember="HuntMember"."$loops";