Changeset 8828 for freepbx

Show
Ignore:
Timestamp:
02/16/10 11:06:59 (3 years ago)
Author:
p_lindheimer
Message:

sytax error == should be assignment =

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.6/upgrades/2.6.0beta1/tables.php

    r8352 r8828  
    339339  outn(_("loading table from localprefixes.conf..")); 
    340340  $localPrefixFile = $amp_conf['ASTETCDIR']."/localprefixes.conf"; 
    341   $conf == array(); 
     341  $conf = array(); 
    342342  __parse_DialRulesFile($localPrefixFile, $conf, $section); 
    343343