X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/618a6fd58b160600ee070cf0216a9a17a6f7ad65..144c33e600730c8e7896d0e2002f70766b03c765:/sistema/www/servicios/bandas/index.php diff --git a/sistema/www/servicios/bandas/index.php b/sistema/www/servicios/bandas/index.php index 058e460..95ebc97 100644 --- a/sistema/www/servicios/bandas/index.php +++ b/sistema/www/servicios/bandas/index.php @@ -26,14 +26,13 @@ $Id: agenda1.php 64 2003-08-21 18:48:28Z mmarre $ //REQUIRE ONCE {{{ require_once 'HTML/Table.php'; -require_once '../../../local_lib/HTML_DietMarco.php'; -require_once '../../../local_lib/HTML_Mensaje.php'; +require_once 'HTML_DietMarco.php'; +require_once 'HTML_Mensaje.php'; require_once 'BandasNovedades/Buscador.php'; require_once 'MECON/HTML/Tabla.php'; require_once 'MECON/HTML/QuickForm.php'; require_once 'MECON/HTML/Image.php'; require_once 'MECON/Agente.php'; -require_once 'DB.php'; //}}} //CHEQUEO QUE EL USUARIO YA ESTÉ LOGUEADO {{{ @@ -43,12 +42,6 @@ if(!isset($_SESSION['documento'])) } //}}} -//CREO LA CONEXION A LA BASE DE DATOS {{{ -$DB = DB::connect("mysql://intranet:intranet@bal747f/bandas",true); -if (DB::isError($DB)) { - die ($DB->getMessage()); -} -//}}} //{{{ INSTANCIO EL MARCO $MARCO =& new HTML_DietMarco('servicios','Bandas Horarias'); //}}}