Исправление ошибок.

This commit is contained in:
2022-08-25 20:08:08 +03:00
parent 7cfa75f09a
commit b94516a0a4
3 changed files with 1289 additions and 2362 deletions
-1391
View File
File diff suppressed because it is too large Load Diff
+1287 -971
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -510,6 +510,8 @@ if (isset($btl['id']) && $btl['team_win'] != -1 && isset($_GET['analiz'])) {
'<span onClick="top.addTo(\'' . $d['login2'] . '\',\'to\'); return false;" oncontextmenu="top.infoMenu(\'' . $d['login2'] . '\',event,\'chat\'); return false;" class="CSSteam' . $d['t2'] . '">' . $d['login2'] . '</span>',
$rt
);
$d['time1'] = intval($d['time1']);
$d['time2'] = intval($d['time2']);
$rt = str_replace('{pr}', '<b>' . $d['prm'] . '</b>', $rt);
$rt = str_replace('^^^^', '=', $rt);
$rt = str_replace('{tm1}', '<span class="date">' . date('H:i', $d['time1']) . '</span>', $rt);