Changeset 1621

Show
Ignore:
Timestamp:
04/17/06 07:56:50 (7 years ago)
Author:
mheydon1973
Message:

Typo....logon / logoff codes the wrong way round !

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php

    r1488 r1621  
    5353    case "asterisk": 
    5454      // FeatureCodes 
    55       $fcc = new featurecode($modulename, 'userlogoff'); 
     55      $fcc = new featurecode($modulename, 'userlogon'); 
    5656      $fc_userlogon = $fcc->getCodeActive(); 
    5757      unset($fcc); 
    5858 
    59       $fcc = new featurecode($modulename, 'userlogon'); 
     59      $fcc = new featurecode($modulename, 'userlogoff'); 
    6060      $fc_userlogoff = $fcc->getCodeActive(); 
    6161      unset($fcc);