diff --git a/app/Models/userTrips.php b/app/Models/userTrips.php index 977894f..23ba215 100644 --- a/app/Models/userTrips.php +++ b/app/Models/userTrips.php @@ -49,7 +49,7 @@ $vl=''; if ($saveTrips != null) { $out["total_record"] = $saveTrips->getNumRows(); $ic = 0; - $this->logArray2("card lines total_record => ".$saveTrips->getNumRows()); + $this->logArray3("card lines total_record => ".$saveTrips->getNumRows()); foreach ($saveTrips->getResultArray() as $f) { // $this->logArray3("Saved Trips total => ".$ic);