2009-12-28 Sancho Lerena <slerena@artica.es>
* module_manager_editor_common.php: Latest changes from mdtrooper break some code, reverted specific changes in order to work. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2249 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b4a25ce857
commit
3f198dfd6d
|
@ -1,5 +1,8 @@
|
|||
2009-12-28 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* module_manager_editor_common.php: Latest changes from mdtrooper break
|
||||
some code, reverted specific changes in order to work.
|
||||
|
||||
* pandoradb.sql: tnetwork_component double(18,13) -> double (18,3) by
|
||||
a typo !¡¿?. That is the type for tagente_modulo.
|
||||
|
||||
|
|
|
@ -125,9 +125,8 @@ $table_simple->data[0][2] = __('Disabled');
|
|||
$table_simple->data[0][3] = print_checkbox ("disabled", 1, $disabled, true);
|
||||
|
||||
$table_simple->data[1][0] = __('Type').' '.print_help_icon ('module_type', true);
|
||||
if (isset($id_agent_module)) {
|
||||
if ($id_agent_module)
|
||||
$table_simple->data[1][1] = '<em>'.get_moduletype_description ($id_module_type).'</em>';
|
||||
if ($id_agent_module) {
|
||||
$table_simple->data[1][1] = '<em>'.get_moduletype_description ($id_module_type).'</em>';
|
||||
}
|
||||
else {
|
||||
$sql = sprintf ('SELECT id_tipo, descripcion
|
||||
|
|
Loading…
Reference in New Issue