增加调试推荐值

hotfix/paypal-note
Jimmy Liow 2 years ago
parent 61c4650c07
commit 29bb030ff0

@ -990,7 +990,8 @@ class Information extends CI_Controller
$tipsRightList = []; $tipsRightList = [];
for ($i=1; $i <= 36; $i++) { for ($i=1; $i <= 36; $i++) {
$key = 'List Tips Right '.$i; $key = 'List Tips Right '.$i;
if (array_key_exists($key, $recommand_information) && $recommand_information[$key]) { if (array_key_exists($key, $recommand_information)) {
echo 'Rule: '.$recommand_information[$key];
$tipsRightList[] = $recommand_information[$key]; $tipsRightList[] = $recommand_information[$key];
} }
} }

Loading…
Cancel
Save