1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 09:24:12 +01:00

and { is needed.

This commit is contained in:
Klas Lindfors 2012-06-13 09:00:39 +02:00
parent 2bbb3b4c02
commit 3f17b7bdc1

View File

@ -383,7 +383,7 @@ class SyncLib
$urls=array();
$res=$this->db->findByMultiple('queue', array("modified"=>$this->otpParams['modified'], "server_nonce"=>$this->server_nonce));
foreach($res as $row)
foreach($res as $row) {
$urls[]=$this->db->getRowValue($row, 'server') .
"?otp=" . $this->db->getRowValue($row, 'otp') .
"&modified=" . $this->db->getRowValue($row, 'modified') .