Changeset 8829

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

Merged revisions 8828 via svnmerge from
http://svn.freepbx.org/freepbx/branches/2.6

........

r8828 | p_lindheimer | 2010-02-16 08:06:59 -0800 (Tue, 16 Feb 2010) | 1 line


sytax error == should be assignment =

........

Files:

Legend:

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

    • Property svnmerge-integrated changed from /freepbx/branches/2.6:1-8598,8646-8647 to /freepbx/branches/2.6:1-8598,8646-8647,8828
  • freepbx/branches/2.7/upgrades/2.6.0beta1/tables.php

    r8599 r8829  
    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