Правка выбора страницы в DBMS
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user