]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/novedades/detalle.php
- Se agrego el institucional de la Direccion ecnica operativa.
[mecon/intranet.git] / sistema / www / servicios / novedades / detalle.php
index 2ee20449766ccbf39cefa404381dd3001802f5f5..33d5cf808f183f76350d1f742287f6e94d4d78f7 100644 (file)
@@ -8,15 +8,8 @@ Myrna Degano <mdegan@mecon.gov.ar>
 
 require_once 'HTML/Page.php';
 require_once 'MECON/HTML/Tabla.php';
 
 require_once 'HTML/Page.php';
 require_once 'MECON/HTML/Tabla.php';
-require_once 'DB.php';
 require_once 'BandasNovedades/Agente.php';
 
 require_once 'BandasNovedades/Agente.php';
 
-//Conexión a la BD
-$dbh = DB::connect("mysql://intranet:intranet@intranet-db/novedades", true);
-if (DB::isError($dbh)) {
-    die ($dbh->getMessage());
-}
-
 $PAGE    =& new HTML_Page(array ('doctype'  => 'HTML 4.01 Transitional',
                                         'charset'  => 'iso-8859-1',
                                         'lineend'  => 'unix',
 $PAGE    =& new HTML_Page(array ('doctype'  => 'HTML 4.01 Transitional',
                                         'charset'  => 'iso-8859-1',
                                         'lineend'  => 'unix',
@@ -25,7 +18,7 @@ $PAGE    =& new HTML_Page(array ('doctype'  => 'HTML 4.01 Transitional',
                                         'simple'   => 'true'));
 
 
                                         'simple'   => 'true'));
 
 
-$agente =& new BandasNovedades_Agente($dbh, $_GET['nrodoc']);
+$agente =& new BandasNovedades_Agente($DB, $_GET['nrodoc']);
 $novedad = $agente->obtenerDetalle ($_GET['anio'], $_GET['codnov']);
 
 
 $novedad = $agente->obtenerDetalle ($_GET['anio'], $_GET['codnov']);