1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-01-20 01:52:15 +01:00

change ] to )

This commit is contained in:
Klas Lindfors 2012-06-13 09:26:02 +02:00
parent 3f17b7bdc1
commit ae6177f157

View File

@ -19,7 +19,7 @@ if (!$db->connect()) {
$result = $db->customQuery("select id, active, created, secret, email, notes, otp from clients order by id");
while($row = $db->fetchArray($result)) {
echo $db->getRowValue($row, 'id'] .
echo $db->getRowValue($row, 'id') .
"\t" . $db->getRowValue($row, 'active') .
"\t" . $db->getRowValue($row, 'created') .
"\t" . $db->getRowValue($row, 'secret') .