fix detsta download, fix card move card update
This commit is contained in:
@@ -24,7 +24,7 @@ class GiroBase {
|
||||
$data = substr($data, 0, $hossz );
|
||||
}
|
||||
$data = str_pad($data, $hossz, $pad_string, STR_PAD_RIGHT);
|
||||
echo $data;
|
||||
//echo $data;
|
||||
// echo strlen($data);
|
||||
return $data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user