Changeset 9207
- Timestamp:
- 03/12/10 18:02:35 (2 years ago)
- Files:
-
- modules/branches/2.8/core/module.xml (modified) (2 diffs)
- modules/branches/2.8/core/page.routing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/core/module.xml
r9148 r9207 4 4 <category>Basic</category> 5 5 <name>Core</name> 6 <version>2.8.0.0beta1. 0</version>6 <version>2.8.0.0beta1.1</version> 7 7 <publisher>FreePBX</publisher> 8 8 <license>GPLv2+</license> … … 10 10 <canuninstall>no</canuninstall> 11 11 <changelog> 12 *2.8.0.0beta1.1* #4132 12 13 *2.8.0.0beta1.0* #4100, #4102, #4110 New Outbound Routing Schema and features 13 14 *2.7.0.2* really fix #4092 modules/branches/2.8/core/page.routing.php
r9133 r9207 396 396 } 397 397 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"; 399 399 } 400 400 ?>
