Переезд lookstats отовсюду в 1 класс.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Core\Config;
|
||||
use Core\ConversionHelper;
|
||||
use Core\Database;
|
||||
use Core\Db;
|
||||
use Insallah\Achievements;
|
||||
@@ -1640,7 +1641,7 @@ if (isset($uer)) {
|
||||
);
|
||||
while ($pl = mysql_fetch_array($sp)) {
|
||||
if (stristr($pl['data'], 'gift_id')) {
|
||||
$po = $u->lookStats($pl['data']);
|
||||
$po = ConversionHelper::dataStringToArray($pl['data']);
|
||||
$pl_gift = $po['gift_id'];
|
||||
if ($pl_gift > 0) {
|
||||
$pl_gift = mysql_fetch_array(
|
||||
|
||||
Reference in New Issue
Block a user