From 983e2de25659029330f70786e487673020a1bc15 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Fri, 25 Mar 2011 09:16:14 +0000 Subject: [PATCH] 2011-03-25 Juan Manuel Ramon * godmode/modules/module_list.php: Fixed wrong variable call. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4135 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/godmode/modules/module_list.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ceddd1a5fe..05f21ae50f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-03-25 Juan Manuel Ramon + + * godmode/modules/module_list.php: Fixed wrong variable call. + 2011-03-24 Juan Manuel Ramon * include/config_process.php diff --git a/pandora_console/godmode/modules/module_list.php b/pandora_console/godmode/modules/module_list.php index 87cf8c13e5..2e92a66419 100644 --- a/pandora_console/godmode/modules/module_list.php +++ b/pandora_console/godmode/modules/module_list.php @@ -80,7 +80,7 @@ foreach ($rows as $row) { print_image("images/".$row["icon"], true, array("border" => '0')) . " - ".$row[0]." + ".$row["id_tipo"]." ".$row["nombre"]."