Мелочь
This commit is contained in:
@ -48,7 +48,7 @@ function trts($text)
|
||||
$from = 0; // Позиция поиска для итерации
|
||||
while (true)
|
||||
{
|
||||
$pos1 = strpos($text, 'trt(', $from);
|
||||
$pos1 = strpos($text, 'trt(', $from); //')
|
||||
if($pos1 !== false)
|
||||
{
|
||||
$from = $pos1+$pLen+1;
|
||||
@ -72,6 +72,7 @@ function trts($text)
|
||||
//Выбираю из текста ${конкретные} слова для перевода
|
||||
function trs($text)
|
||||
{
|
||||
if(!$text) return '';
|
||||
$pos1=0;
|
||||
while(true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user