Changeset 8829
- Timestamp:
- 02/16/10 11:09:12 (3 years ago)
- Files:
-
- freepbx/branches/2.7 (modified) (1 prop)
- freepbx/branches/2.7/upgrades/2.6.0beta1/tables.php (modified) (1 diff)
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 339 339 outn(_("loading table from localprefixes.conf..")); 340 340 $localPrefixFile = $amp_conf['ASTETCDIR']."/localprefixes.conf"; 341 $conf = =array();341 $conf = array(); 342 342 __parse_DialRulesFile($localPrefixFile, $conf, $section); 343 343
