X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/6dae897ef96ea30feeb2fa6d5de82c9c7775b479..493cf2effdb418f10f2ae77cec0786c5cef0bbcc:/sistema/local_lib/AI/Arbol.php diff --git a/sistema/local_lib/AI/Arbol.php b/sistema/local_lib/AI/Arbol.php index 02f55f3..a9691ab 100644 --- a/sistema/local_lib/AI/Arbol.php +++ b/sistema/local_lib/AI/Arbol.php @@ -82,7 +82,7 @@ class AI_Arbol extends MECON_HTML_ArbolDB { ); if ($tipo == 'grupo' or $tipo == 'servicio') { $dbdata['id_padre'] = $tipo . '_padre'; - } elseif ($tipo == 'sistema') { // FIXME - horrible!!! + } elseif ($tipo == 'sistema') { // FIXME - es bastante poco ortodoxo esto. $dbdata = array( 'tabla' => "intranet.$tabla as A, samurai.sistema as S",