]> git.llucax.com Git - mecon/intranet.git/commitdiff
error en los grupos de noticias
authorGonzalo Merayo <merayo@gmail.com>
Thu, 10 Jul 2003 21:16:54 +0000 (21:16 +0000)
committerGonzalo Merayo <merayo@gmail.com>
Thu, 10 Jul 2003 21:16:54 +0000 (21:16 +0000)
sistema/www/noticias.php

index 0ebba5603c07317441963c89a8d8c9e9a5744a40..75ef290fd84e7ffc57a511876c404756b8bc6399 100644 (file)
                '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'));