From 3f17b7bdc1cf6eace308e5917c68bb9b96ef0e23 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 13 Jun 2012 09:00:39 +0200 Subject: [PATCH] and { is needed. --- ykval-synclib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ykval-synclib.php b/ykval-synclib.php index ecec83d..4d3d3fd 100644 --- a/ykval-synclib.php +++ b/ykval-synclib.php @@ -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') .