mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 06:46:29 +02:00
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:
parent
f779d09258
commit
402e4e7a8f
@ -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>
|
2011-03-24 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* include/config_process.php
|
* include/config_process.php
|
||||||
|
@ -80,7 +80,7 @@ foreach ($rows as $row) {
|
|||||||
print_image("images/".$row["icon"], true, array("border" => '0')) .
|
print_image("images/".$row["icon"], true, array("border" => '0')) .
|
||||||
"</td>
|
"</td>
|
||||||
<td class='$tdcolor'>
|
<td class='$tdcolor'>
|
||||||
<b>".$row[0]."
|
<b>".$row["id_tipo"]."
|
||||||
</b></td>
|
</b></td>
|
||||||
<td class='$tdcolor'>
|
<td class='$tdcolor'>
|
||||||
<b>".$row["nombre"]."
|
<b>".$row["nombre"]."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user