X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/4125098828a58d8eadc6b55cace17efe732df4e8..aba03944b882572af4dc426db9f5ca034640216a:/sistema/www/noticias.php diff --git a/sistema/www/noticias.php b/sistema/www/noticias.php index 276fd4f..ee69823 100644 --- a/sistema/www/noticias.php +++ b/sistema/www/noticias.php @@ -27,13 +27,11 @@ // $Id$ // -require_once 'DB.php'; require_once 'MECON/HTML/Arbol/ArbolDB.php'; require_once 'GrupoSecciones.php'; -$db = DB::connect('mysql://intranet:intranet@bal747f/intranet'); # FIXME - hacer la subclase de DB $dbdata = array( - 'db' => $db, + 'db' => &$db, 'tabla' => 'grupo_secciones', 'id' => 'grupo', 'nombre' => 'nombre',