Changeset 7157

Show
Ignore:
Timestamp:
10/27/08 10:53:03 (1 year ago)
Author:
p_lindheimer
Message:

don't include libfreepbx.confgen.php unless needed, since the functions are deprecated and no longer used except during upgrade transitions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.5/amp_conf/bin/retrieve_conf

    r6869 r7157  
    738738// 
    739739if (!isset($core_conf) || !is_a($core_conf, "core_conf")) { 
     740        include_once("libfreepbx.confgen.php"); 
    740741        generate_configurations_sip($version); 
    741742        generate_configurations_iax($version); 
     
    743744} 
    744745if (!isset($queues_conf) || !is_a($queues_conf, "queues_conf")) { 
     746        include_once("libfreepbx.confgen.php"); 
    745747        generate_configurations_queues($version); 
    746748}