misplaced parens
This commit is contained in:
parent
823c0ebb47
commit
547c700764
@ -83,7 +83,7 @@
|
|||||||
$ptr['content'] = '';
|
$ptr['content'] = '';
|
||||||
elseif(! intval($r[0]['os_storage'])) {
|
elseif(! intval($r[0]['os_storage'])) {
|
||||||
$ptr['start'] = $start;
|
$ptr['start'] = $start;
|
||||||
$x = substr(dbunescbin($ptr['content'],$start,$length));
|
$x = substr(dbunescbin($ptr['content']),$start,$length);
|
||||||
$ptr['length'] = strlen($x);
|
$ptr['length'] = strlen($x);
|
||||||
$ptr['content'] = base64_encode($x);
|
$ptr['content'] = base64_encode($x);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user