Commit ba719dbe authored by John Punzalan's avatar John Punzalan

Update News

parent e7048f5e
......@@ -45,15 +45,15 @@ $functions = array();
$radars_news = array();
$selectedTechnologies = array();
$radars_news[] = esi_get_radar_by_news($id);
$radars_news = esi_get_radar_by_news($id);
if ($radars_news) {
foreach ($radars_news as $key => $value) {
$industries = array_merge(esi_get_radar_industry($value), $industries);
$functions = array_merge(esi_get_radar_function($value), $functions);
}
}
$industry_news[] = esi_get_industry_by_news($id);
$function_news[] = esi_get_function_by_news($id);
$industry_news = esi_get_industry_by_news($id);
$function_news = esi_get_function_by_news($id);
$technologies = esi_get_list_technology();
$selectedTechnologies = esi_get_list_technology_news($id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment