add trim
parent
199920942e
commit
ecf3f79d8f
|
@ -32,7 +32,7 @@
|
|||
$return['SimFPS'] = $row['SimFPS'];
|
||||
$return['PhyFPS'] = $row['PhyFPS'];
|
||||
$return['ProcMem'] = cleanSize(str_replace(".", "", str_replace(",", ".", $row['ProcMem']))."000");
|
||||
$return['RegionVersion'] = $row['RegionVersion'];
|
||||
$return['RegionVersion'] = trim($row['RegionVersion']);
|
||||
|
||||
return $return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue