Changeset 10390 for freepbx/tags

Show
Ignore:
Timestamp:
10/12/10 12:35:45 (3 years ago)
Author:
p_lindheimer
Message:

re #4587 fix upgrade script so we can re-roll tarball

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/tags/2.8.0/upgrades/2.8.0alpha2/tables.php

    r9669 r10390  
    205205// for fixlocalprefix macro 
    206206// 
     207if (!function_exists('__parse_DialRulesFile')) { 
    207208function __parse_DialRulesFile($filename, &$conf, &$section) { 
    208209  if (is_null($conf)) { 
     
    238239  } 
    239240} 
     241}