Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 2020)
+++ branches/2.8.x/CHANGELOG	(revision 2021)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+06 Dec-2013 Build 2021 Manuela v.d.Decken(DarkViper)
+! PageTree::_makeSql() added sort order to list of sections per page
 06 Dec-2013 Build 2020 Dietmar Woellbrink (Luisehahne)
 # /admin/languages/detail.php::getInfoFromLanguageFile() change require_once to require
 05 Dec-2013 Build 2019 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/pages/PageTree.php
===================================================================
--- branches/2.8.x/wb/admin/pages/PageTree.php	(revision 2020)
+++ branches/2.8.x/wb/admin/pages/PageTree.php	(revision 2021)
@@ -173,7 +173,7 @@
 		      .        'p.`page_id`, p.`parent`, p.`level`, p.`language`, p.`admin_groups`, '
 		      .        'p.`admin_users`, p.`viewing_groups`, p.`viewing_users`, p.`visibility`, '
 		      .        'p.`menu_title`, p.`page_title`, p.`page_trail`, '
-		      .        'GROUP_CONCAT(CAST(CONCAT(s.`section_id`, \' - \', s.`module`) AS CHAR) SEPARATOR \'\n\') `section_list` '
+		      .        'GROUP_CONCAT(CAST(CONCAT(s.`section_id`, \' - \', s.`module`) AS CHAR) ORDER BY s.`position` SEPARATOR \'\n\') `section_list` '
 		      . 'FROM `'.$this->_oDb->TablePrefix.'pages` p '
 		      .    'INNER JOIN `'.$this->_oDb->TablePrefix.'sections` s '
 		      .    'ON p.`page_id`=s.`page_id` '
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 2020)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 2021)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '2020');
+if(!defined('REVISION')) define('REVISION', '2021');
 if(!defined('SP')) define('SP', '');
