This commit is contained in:
Sebastian Grewe 2013-09-07 20:53:39 +02:00
commit bf5408568b
2 changed files with 0 additions and 2 deletions

View File

@ -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;
} }

View File

@ -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']));