Правка выбора страницы в DBMS

This commit is contained in:
2020-10-12 08:32:58 +06:00
parent d65611810e
commit 66743fa9d4
4 changed files with 30 additions and 13 deletions

View File

@ -61,7 +61,7 @@ function trts($text)
$toTranslate=substr($text, $pos1+$pLen+1, $pos2 - $pos1 - $pLen-1 );
$result.=trt($toTranslate);
$cut=$pos2+2;
$from = $pos2 + $pLen;
$from = $pos2;
}
}else break;
}