2009-07-22 Miguel de Dios <miguel.dedios@artica.es>

* godmode/modules/manage_network_templates_form.php: fix bug that the column
	group had incorrect content.
	Fixes: 2815118



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1815 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2009-07-22 16:04:32 +00:00
parent 6ba8073a0b
commit 02548974f1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-07-22 Miguel de Dios <miguel.dedios@artica.es>
* godmode/modules/manage_network_templates_form.php: fix bug that the column
group had incorrect content.
Fixes: 2815118
2009-07-22 Miguel de Dios <miguel.dedios@artica.es> 2009-07-22 Miguel de Dios <miguel.dedios@artica.es>
* general/header.php, images/lupa_15x15.png, include/functions_html.php * general/header.php, images/lupa_15x15.png, include/functions_html.php

View File

@ -125,7 +125,7 @@ echo "</td></tr></table></form>";
if ($id_np > 0) { if ($id_np > 0) {
// Show associated modules, allow to delete, and to add // Show associated modules, allow to delete, and to add
$sql = sprintf ("SELECT npc.id_nc AS component_id, nc.name, nc.type, nc.description, nc.id_module_group AS `group` $sql = sprintf ("SELECT npc.id_nc AS component_id, nc.name, nc.type, nc.description, nc.id_group AS `group`
FROM tnetwork_profile_component AS npc, tnetwork_component AS nc FROM tnetwork_profile_component AS npc, tnetwork_component AS nc
WHERE npc.id_nc = nc.id_nc AND npc.id_np = %d", $id_np); WHERE npc.id_nc = nc.id_nc AND npc.id_np = %d", $id_np);