Changeset 10388
- Timestamp:
- 10/12/10 12:12:05 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.8/upgrades/2.8.0alpha2/tables.php
r9669 r10388 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 }
