TechCalibrator

Results 1 comments of TechCalibrator
trafficstars

Replace Line 53 of ssp.customized.class.php Original: `$row[ $column['dt'] ] = ($isJoin) ? $data[$i][ $columns[$j]['field'] ] : $data[$i][ $columns[$j]['db'] ];` Replace With: `$row[ $column['dt'] ] = ($isJoin) ? (isset($columns[$j]['as']) ? $data[$i][...