Changeset 10390 for freepbx/tags
- Timestamp:
- 10/12/10 12:35:45 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/tags/2.8.0/upgrades/2.8.0alpha2/tables.php
r9669 r10390 205 205 // for fixlocalprefix macro 206 206 // 207 if (!function_exists('__parse_DialRulesFile')) { 207 208 function __parse_DialRulesFile($filename, &$conf, &$section) { 208 209 if (is_null($conf)) { … … 238 239 } 239 240 } 241 }
