Changeset 8099

Show
Ignore:
Timestamp:
08/23/09 14:54:27 (1 year ago)
Author:
p_lindheimer
Message:

undefined varialbes re #3780

Files:

Legend:

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

    r8083 r8099  
    884884                return $exten_usage; 
    885885        } else { 
     886    $exten_matches = array(); 
    886887                foreach (array_keys($exten_usage) as $mod) { 
    887888                        foreach ($exten as $test_exten) { 
  • freepbx/branches/2.6/amp_conf/htdocs/admin/views/freepbx.php

    r7906 r8099  
    3838        print("\t\t$html\n"); 
    3939} 
     40 
     41if (!isset($title)) { 
     42  $title = 'FreePBX'; 
     43} 
     44if (!isset($amp_conf)) { 
     45  $amp_conf = array(); 
     46} 
     47 
    4048 
    4149?><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">