X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/618a6fd58b160600ee070cf0216a9a17a6f7ad65..43d3272350025deec2bbc3522c771e95876342a2:/sistema/www/servicios/agenda/agenda1.php diff --git a/sistema/www/servicios/agenda/agenda1.php b/sistema/www/servicios/agenda/agenda1.php index c86f270..891b98a 100644 --- a/sistema/www/servicios/agenda/agenda1.php +++ b/sistema/www/servicios/agenda/agenda1.php @@ -25,20 +25,13 @@ $Id$ -----------------------------------------------------------------------------*/ //REQUIRE ONCE {{{ -require_once '../../../local_lib/Servicios/Agenda.php'; +require_once 'Servicios/Agenda.php'; require_once 'HTML/Table.php'; require_once 'MECON/HTML/Tabla.php'; -require_once '../../../local_lib/HTML_DietMarco.php'; +require_once 'HTML_DietMarco.php'; require_once 'MECON/HTML/QuickForm.php'; require_once 'MECON/HTML/Image.php'; require_once 'MECON/HTML/Link.php'; -require_once 'DB.php'; -//}}} -//CREO LA CONEXION A LA BASE DE DATOS {{{ -$DB = DB::connect("mysql://intranet:intranet@intranet-db/agenda",true); -if (DB::isError($DB)) { - die ($DB->getMessage()); -} //}}} //CREO LOS OBJETOS NECESARIOS {{{ $TABLAFORM = new MECON_HTML_Tabla ('width="500"', 'claro');