Merge branch 'next' of https://github.com/TheSerapher/php-mmcfe-ng into next
This commit is contained in:
commit
bf5408568b
@ -201,7 +201,6 @@ class User {
|
|||||||
return $result->fetch_all(MYSQLI_ASSOC);
|
return $result->fetch_all(MYSQLI_ASSOC);
|
||||||
}
|
}
|
||||||
$this->debug->append("Unable to fetch users with AP set");
|
$this->debug->append("Unable to fetch users with AP set");
|
||||||
echo $this->mysqli->error;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,6 @@ if (!$smarty->isCached('master.tpl', $smarty_cache_key)) {
|
|||||||
$iKey = $_REQUEST['height'];
|
$iKey = $_REQUEST['height'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo $iKey;
|
|
||||||
$aDetailsForBlockHeight = $roundstats->getDetailsForBlockHeight($iKey, $user->isAdmin($_SESSION['USERDATA']['id']));
|
$aDetailsForBlockHeight = $roundstats->getDetailsForBlockHeight($iKey, $user->isAdmin($_SESSION['USERDATA']['id']));
|
||||||
$aRoundShareStats = $roundstats->getRoundStatsForAccounts($iKey, $user->isAdmin($_SESSION['USERDATA']['id']));
|
$aRoundShareStats = $roundstats->getRoundStatsForAccounts($iKey, $user->isAdmin($_SESSION['USERDATA']['id']));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user