X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/54970ec49e9cc800d7d431b4ba5158bae780f629..d7b089fb3069eedf0923a102a9163c5e0208e89e:/sistema/www/noticias.php diff --git a/sistema/www/noticias.php b/sistema/www/noticias.php index 0ebba56..75ef290 100644 --- a/sistema/www/noticias.php +++ b/sistema/www/noticias.php @@ -19,7 +19,10 @@ 'prepend_link' => 'noticias.php?grupo='); $arbol = new HTML_ArbolDB($dbdata, '/MECON/images/arbol_noticias.gif'); - $titulares = new HTML_Titulares($_GET['grupo'], 7); + $grupo = null; + if(isset($_GET['grupo'])) + $grupo = $_GET['grupo']; + $titulares = new HTML_Titulares($grupo, 7); $noticias->addRow(array($arbol,$titulares)); $noticias->updateCellAttributes(0, 0, array('valign'=>'top', 'width'=>'160')); $noticias->updateCellAttributes(0, 1, array('width'=>'600'));