Переезд lookstats отовсюду в 1 класс.

This commit is contained in:
2023-04-16 01:54:07 +03:00
parent 2d63efd915
commit 3dc4cf7284
76 changed files with 1112 additions and 1124 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
<?php
use Core\ConversionHelper;
class BotPriemLogic
{
@@ -334,8 +336,8 @@ class BotPriemLogic
global $u;
$notr = 0;
$tr = $u->lookStats($pl['tr']);
$d2 = $u->lookStats($pl['date2']);
$tr = ConversionHelper::dataStringToArray($pl['tr']);
$d2 = ConversionHelper::dataStringToArray($pl['date2']);
$x = 1;
while ($x <= 7) {