2011-03-25 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* 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
This commit is contained in:
juanmanuelr 2011-03-25 09:16:14 +00:00
parent 71a9cfed49
commit 983e2de256
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-03-25 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/modules/module_list.php: Fixed wrong variable call.
2011-03-24 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/config_process.php

View File

@ -80,7 +80,7 @@ foreach ($rows as $row) {
print_image("images/".$row["icon"], true, array("border" => '0')) .
"</td>
<td class='$tdcolor'>
<b>".$row[0]."
<b>".$row["id_tipo"]."
</b></td>
<td class='$tdcolor'>
<b>".$row["nombre"]."