Changeset 8691 for modules/branches

Show
Ignore:
Timestamp:
01/27/10 02:54:21 (3 years ago)
Author:
p_lindheimer
Message:

Merged revisions 8690 via svnmerge from
http://svn.freepbx.org/modules/branches/2.7

........

r8690 | p_lindheimer | 2010-01-26 23:50:10 -0800 (Tue, 26 Jan 2010) | 1 line


amp_conf needs to be global

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6

    • Property svnmerge-integrated changed from /modules/branches/2.5:1-7809,7812,7854,7858-7865,7878,7886,7890,7915,7967-7968,8036-8037 /modules/branches/2.7:1-8497,8576-8578,8581,8585,8662-8669 to /modules/branches/2.5:1-7809,7812,7854,7858-7865,7878,7886,7890,7915,7967-7968,8036-8037 /modules/branches/2.7:1-8497,8576-8578,8581,8585,8662-8669,8690
  • modules/branches/2.6/core/functions.inc.php

    r8620 r8691  
    638638 
    639639function core_getdestinfo($dest) { 
     640  global $amp_conf; 
    640641  global $active_modules; 
    641642