|
|
|
@ -92,7 +92,7 @@ class Trippest
|
|
|
|
|
public function if_tour_pvt($all_pag_info)
|
|
|
|
|
{
|
|
|
|
|
$tour_pvt_arr = array_filter(array_map(function($pag) {
|
|
|
|
|
if(intval($pag->PAG_ExtendType)===39009)
|
|
|
|
|
if(intval($pag->PAG_ExtendType)===39009 && !in_array(intval($pag->PAG_Type), array(35003,35007)))
|
|
|
|
|
{
|
|
|
|
|
return 1;
|
|
|
|
|
} else if (stripos($pag->PAG_Title,"PVT") !== false) {
|
|
|
|
|