Commit 260e2e28 authored by John Punzalan's avatar John Punzalan

Update News

parent 3446a1ff
......@@ -306,7 +306,7 @@ function esi_get_list_technology( $id = 0 ) {
global $wpdb;
// Get Selected technology mapping
$arrSelectedTechnology = $wpdb->get_results("SELECT * FROM " .$wpdb->prefix . "esi_technology WHERE parent = " . $id . " ORDER BY name ASC");
$arrSelectedTechnology = $wpdb->get_results("SELECT * FROM " .$wpdb->prefix . "esi_technology ORDER BY name ASC");
return $arrSelectedTechnology;
}
......
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