Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1677 → Rev 1678

/web/index.php
91,7 → 91,7
while(($row = @da_sql_fetch_array($res,$config))){
$connected = "";
if ($row['acctstoptime'] == "") $connected = " ($l_connected)";
$connection_history.="<li title='$row[username] $row[acctstarttime] $row[acctstoptime] (".secondsToDuration($row['acctsessiontime']).")'>$row[acctstarttime] (".secondsToDuration($row[acctsessiontime]).") $connected</li>";
$connection_history.="<li title='$row[username] $row[acctstarttime] $row[acctstoptime] (".secondsToDuration($row['acctsessiontime']).")'>$row[acctstarttime] (".secondsToDuration($row['acctsessiontime']).") $connected</li>";
}
$connection_history.="</ul>";
}