adjust data

This commit is contained in:
CHIEFSOFT\ameye
2024-02-27 08:35:50 -05:00
parent 159104286f
commit 0d9dd982f1
+2 -1
View File
@@ -143,7 +143,8 @@ class WrenchResources extends BaseController
$in = $raw_array;
$in["loc"] = $_SERVER["REMOTE_ADDR"];
log_message('critical', "WrenchResources Path GATE 005");
$res1['tab_categories'] = json_encode( $this->getFamilyResourceCategory($in));
// $res1['tab_categories'] = json_encode( $this->getFamilyResourceCategory($in));
$res1 = $this->getFamilyResourceCategory($in);
log_message('critical', "WrenchResources Path GATE 11");
$res1['marketdata'] = $this->MarketData();
$res1['productdata'] = $this->ProductData();