Changeset 13210

Show
Ignore:
Timestamp:
01/17/12 15:26:51 (1 year ago)
Author:
p_lindheimer
Message:

Merged revisions 13207 via svnmerge from
http://www.freepbx.org/v2/svn/freepbx/branches/2.9

........

r13207 | p_lindheimer | 2012-01-17 12:21:43 -0800 (Tue, 17 Jan 2012) | 1 line


fix typo disabling the ability to check for the commercial repo

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.10

    • Property svn:mergeinfo set to /freepbx/branches/2.9:13207
    • Property svnmerge-integrated changed from /freepbx/trunk:1-12615,12624 /freepbx/branches/2.9:1-12548 to /freepbx/trunk:1-12615,12624 /freepbx/branches/2.9:1-12548,13207
  • freepbx/branches/2.10/amp_conf/bin/module_admin

    r13073 r13210  
    638638        case 'extended': 
    639639        case 'unsupported': 
    640         case 'commericial': 
     640        case 'commercial': 
    641641          $active_repos[$repo] = 1; 
    642642        break;