X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/868dbd551a017f53a02aec2ff4670c8012e2cebc..448fde9a2cb8497145173eeb673b44a4ec8424ed:/sistema/www/servicios/bandas/index.php diff --git a/sistema/www/servicios/bandas/index.php b/sistema/www/servicios/bandas/index.php index a2a61d6..6f59273 100644 --- a/sistema/www/servicios/bandas/index.php +++ b/sistema/www/servicios/bandas/index.php @@ -28,7 +28,7 @@ $Id: agenda1.php 64 2003-08-21 18:48:28Z mmarre $ require_once 'HTML/Table.php'; require_once 'MECON/HTML/Tabla.php'; require_once '../../../local_lib/HTML_DietMarco.php'; -require_once '../../../local_lib/Servicios/Bandas/Buscador.php'; +require_once 'BandasNovedades/Buscador.php'; require_once 'MECON/HTML/QuickForm.php'; require_once 'MECON/HTML/Image.php'; require_once 'DB.php'; @@ -51,7 +51,7 @@ $IMG = new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif'); //}}} //OBTENGO LOS DATOS DE LAS BASES {{{ setlocale (LC_ALL, 'es_AR'); -$RESULT_MESES = Servicios_Bandas_Buscador::getMeses($DB); +$RESULT_MESES = BandasNovedades_Buscador::getMeses($DB); $MESES = array(); foreach ($RESULT_MESES as $m) {