Changeset 9207

Show
Ignore:
Timestamp:
03/12/10 18:02:35 (2 years ago)
Author:
p_lindheimer
Message:

fixes #4132 insert newley added route at end if that is what we told it to do

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/core/module.xml

    r9148 r9207  
    44  <category>Basic</category> 
    55  <name>Core</name> 
    6   <version>2.8.0.0beta1.0</version> 
     6  <version>2.8.0.0beta1.1</version> 
    77  <publisher>FreePBX</publisher> 
    88  <license>GPLv2+</license> 
     
    1010  <canuninstall>no</canuninstall> 
    1111  <changelog> 
     12    *2.8.0.0beta1.1* #4132 
    1213    *2.8.0.0beta1.0* #4100, #4102, #4110 New Outbound Routing Schema and features 
    1314    *2.7.0.2* really fix #4092 
  • modules/branches/2.8/core/page.routing.php

    r9133 r9207  
    396396          } 
    397397          if ($extdisplay == '' | $route_seq != $last_seq) { 
    398             echo '<option value="'.$last_seq.'"'.($route_seq == count($routepriority) ? ' SELECTED' : '').'>'.sprintf(_('Last after %s %s'),$last_seq,$routepriority[$last_seq]['name'])."</option>\n"; 
     398            echo '<option value="bottom"'.($route_seq == count($routepriority) ? ' SELECTED' : '').'>'.sprintf(_('Last after %s %s'),$last_seq,$routepriority[$last_seq]['name'])."</option>\n"; 
    399399          } 
    400400        ?>