]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/agenda/agenda2.php
- Bug en una consulta
[mecon/intranet.git] / sistema / www / servicios / agenda / agenda2.php
index 5b6110d3459f2a61856b32d903306c4caefb9b06..08cde33f658b44170d0465054192893e19dc0e13 100644 (file)
@@ -24,19 +24,12 @@ Autor:  Martin Marrese <mmarre@mecon.gov.ar>
 $Id$
 -----------------------------------------------------------------------------*/
 //REQUIRE ONCE {{{
 $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 '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/Image.php';
 require_once 'MECON/HTML/Link.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 {{{
 $MARCO     = new HTML_DietMarco('servicios', 'Servicios');
 //}}}
 //CREO LOS OBJETOS NECESARIOS {{{
 $MARCO     = new HTML_DietMarco('servicios', 'Servicios');