$ACODE = 'DECO'; # Session Setup ini_set("session.gc_maxlifetime", "18000"); session_start(); $plenary = &$_SESSION['plenary']; #------------------------------------------------------------------------------------------------- # Includes include('loginverify.php'); include('../../lib/ifndatabase.php'); include('../../lib/fngeneral.php'); #------------------------------------------------------------------------------------------------- $result = selectClientMetadata( 48, 0, 0, 0, 0, 0, 1, $data, $banner, $fileManager, $article, $articleTableRows, $product, $productTableRows, $productTotalsByCategory, $productSole, $gallery, $galleryTableRows, $galleryItem, $galleryTotalsByCategory, $productCategory, $productSubcategory, $articleSole, $returnMessage ); /* function getData($cityId){ global $recordset1; $data = ''; $year = 0; $month = 0; $item = 0; foreach($recordset1 as $row){ if ($row['CityId'] == $cityId){ if ($year != $row['Year'] || $month != $row['Month'] ){ if ( strlen(trim($data)) > 0 ){ $data .= '}, '; } $data .= "{date: '" . $row['Year'] . '-' . $row['Month'] . "-01'"; $year = $row['Year']; $month = $row['Month']; } $data .= ', empleo: ' . $row['Total']; unset($recordset1[$item]); } $item++; } $data .= '}'; return $data; } $result = selectIMSSDataTotalDashboard($recordset1, $recordset2, $parameter, $logReturnMessage); */ ?>
Panel de Indicadores