Changeset 8083

Show
Ignore:
Timestamp:
08/18/09 14:44:13 (1 year ago)
Author:
p_lindheimer
Message:

fixes #3075 dead code removal

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.6/amp_conf/htdocs/admin/functions.inc.php

    r7909 r8083  
    17061706                                        } 
    17071707                                } 
    1708                         } else if (preg_match("/^\s*(\d+)\s*=>\s*dup,(.*)\s*([;#].*)?/",$line,$matches)) { 
    1709                                 // "mailbox=>dup,name" 
    1710                                 // duplace name line 
    1711                                 $vmconf[$section][ $matches[1] ]["dups"][] = $matches[2]; 
    17121708                        } else if (preg_match("/^\s*#include\s+(.*)\s*([;#].*)?/",$line,$matches)) { 
    17131709                                // include another file 
     
    17941790                                } 
    17951791                                 
    1796                         } else if (preg_match("/^(\s*)(\d+)(\s*)=>(\s*)dup,(.*)(\s*[;#].*)?$/",$line,$matches)) { 
    1797                                 // "mailbox=>dup,name" 
    1798                                 // duplace name line 
    1799                                 // leave it as-is (for now) 
    1800                                 //DEBUG echo "\ndup mailbox"; 
    1801                                 $output[] = $line; 
    18021792                        } else if (preg_match("/^(\s*)#include(\s+)(.*)(\s*[;#].*)?$/",$line,$matches)) { 
    18031793                                // include another file