X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/ebcac5bed3516264f417de12f9255f22df215f0b..429b500520d01da865ae07369feec31f37fbda24:/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",