diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 1cab18bcaa..73620df240 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,14 @@ +2008-04-24 Sancho Lerena + + * pandoradb_data.sql: Added several modules by Guguevi. + + * operation/events/events_rss.php: Added RSS events page, contributed + by guruevi. + + * manage_network_components_form.php, + manage_network_templates_form.php, + modules/manage_network_components.php: Combos are classified by name. + 2008-04-23 Sancho Lerena * include/functions_reporting_pdf.php: New functions for PDF reporting. diff --git a/pandora_console/godmode/modules/manage_network_components.php b/pandora_console/godmode/modules/manage_network_components.php index 49b45cc776..229e9ab14b 100644 --- a/pandora_console/godmode/modules/manage_network_components.php +++ b/pandora_console/godmode/modules/manage_network_components.php @@ -176,7 +176,7 @@ if ($ncgroup != 0){ echo ""; } echo ""; -$sql1 = "SELECT * FROM tnetwork_component_group WHERE id_sg != '$ncgroup'"; +$sql1 = "SELECT * FROM tnetwork_component_group WHERE id_sg != '$ncgroup' ORDER BY name"; $result = mysql_query($sql1); while ($row = mysql_fetch_array ($result)) echo ""; @@ -186,9 +186,9 @@ echo "