Changeset 8083
- Timestamp:
- 08/18/09 16:44:13 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.6/amp_conf/htdocs/admin/functions.inc.php
r7909 r8083 1706 1706 } 1707 1707 } 1708 } else if (preg_match("/^\s*(\d+)\s*=>\s*dup,(.*)\s*([;#].*)?/",$line,$matches)) {1709 // "mailbox=>dup,name"1710 // duplace name line1711 $vmconf[$section][ $matches[1] ]["dups"][] = $matches[2];1712 1708 } else if (preg_match("/^\s*#include\s+(.*)\s*([;#].*)?/",$line,$matches)) { 1713 1709 // include another file … … 1794 1790 } 1795 1791 1796 } else if (preg_match("/^(\s*)(\d+)(\s*)=>(\s*)dup,(.*)(\s*[;#].*)?$/",$line,$matches)) {1797 // "mailbox=>dup,name"1798 // duplace name line1799 // leave it as-is (for now)1800 //DEBUG echo "\ndup mailbox";1801 $output[] = $line;1802 1792 } else if (preg_match("/^(\s*)#include(\s+)(.*)(\s*[;#].*)?$/",$line,$matches)) { 1803 1793 // include another file
