Changeset 3122

Show
Ignore:
Timestamp:
11/20/06 17:32:21 (7 years ago)
Author:
qldrob
Message:

Forgot to exclude the 'placement' href from the sort, which would have been causing the error on 281, also re #1393.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/components.class.php

    r3121 r3122  
    281281          // Elements 
    282282          foreach ( array_keys($this->_guielems_middle[$section]) as $sortorder ) { 
     283            if ($sortorder = 'placement')  
     284              continue; 
    283285            foreach ( array_keys($this->_guielems_middle[$section][$sortorder]) as $idx ) { 
    284286              $elem = $this->_guielems_middle[$section][$sortorder][$idx];