whitespace

This commit is contained in:
Ad Schellevis 2016-04-01 17:52:51 +02:00
parent 344e04f9a7
commit 301d6f0c17

View File

@ -80,7 +80,6 @@ if ($result !== false) {
$stmt->bindParam(':sessionid', $row['sessionid']);
$stmt->execute();
if (method_exists($authenticator,'startAccounting')) {
$time_spend = time() - $row['created'];
$authenticator->stopAccounting($row['username'], $row['sessionid'], $time_spend);
}