Index: branches/5.0.x/core/install/install_toolkit.php =================================================================== diff -u -r12416 -r12435 --- branches/5.0.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 12416) +++ branches/5.0.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 12435) @@ -1,6 +1,6 @@ Application->getUnitOption('theme', 'TableName'); $sql = 'SELECT Name, ' . $id_field . ' - FROM ' . $table_name; + FROM ' . $table_name . 'ORDER BY Name ASC'; return $this->Conn->GetCol($sql, $id_field); } @@ -621,7 +621,7 @@ $image_src = $this->Application->BaseURL() . $image_src; } - $ret[] = '' . htmlspecialchars($module_name) . ''; + $ret[] = '' . htmlspecialchars($module_name) . ''; } if (array_key_exists('description', $module_info) && $module_info['description']) {