Changeset 3978

Show
Ignore:
Timestamp:
05/10/07 19:17:49 (6 years ago)
Author:
p_lindheimer
Message:

and need to be initialized as array() to avoid php errors when blank in foreach loops

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.2/amp_conf/agi-bin/dialparties.agi

    r3928 r3978  
    2828$debug = 4; 
    2929 
    30 $ext    = "";   // Hash that will contain our list of extensions to call 
    31 $ext_hunt = "";   // Hash that will contain our list of extensions to call used by huntgroup 
     30$ext    = array();   // Hash that will contain our list of extensions to call 
     31$ext_hunt = array();    // Hash that will contain our list of extensions to call used by huntgroup 
    3232$cidnum   = "";   // Caller ID Number for this call 
    3333$cidname  = "";   // Caller ID Name for this call