log error

This commit is contained in:
dev-chiefworks
2022-04-24 11:54:06 -04:00
parent 534bb2f095
commit f78c34b0ac
+1 -1
View File
@@ -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);