]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/bandas/accesos.php
Se agrega el mensaje de error.
[mecon/intranet.git] / sistema / www / servicios / bandas / accesos.php
index b883e379bc876fde9388754f2a031edd72e5f1d1..9754ab87721a6f97bbdfbda6b365e7e2f3640e78 100644 (file)
@@ -12,19 +12,14 @@ if(!isset($_SESSION['documento']))
        die ('El usuario no se encuentra logueado en la Intranet');
 }
 
-//CREO LA CONEXION A LA BASE DE DATOS
-$dbh = DB::connect("mysql://intranet:intranet@bal747f/bandas",true);
-if (DB::isError($dbh)) {
-    die ($DB->getMessage());
-}
-
 $nrodoc = $_SESSION['documento'];
 $fecha = $_GET['fecha'];
 
 //CREO LOS OBJETOS NECESARIOS
-$agente =& new BandasNovedades_AgenteBanda($nrodoc,new date($fecha),$dbh);
+$agente =& new BandasNovedades_AgenteBanda($nrodoc,new date($fecha),$DB);
 $pagina =& new HTML_Page(array(        'doctype'=>'HTML 4.01 Transitional',
                                                                'charset'=>'iso-8859-1'));
+$pagina->updateAttributes(array('onload'=>'javascript:window.print()'));
 $tabla =& new MECON_HTML_Tabla(array('width'=>'400'),'medio');
 $IMG =& new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif');
 $titulo =& new HTML_Table(array('width'=>'400','border'=>'0','class'=>'titulo'));