From 1a620a1d1b97a5fa0c9df2b08428cc932d4952bd Mon Sep 17 00:00:00 2001 From: Olov Danielson Date: Thu, 3 Dec 2009 11:58:55 +0000 Subject: [PATCH] Added modified and otp parameter to sync requests from synclib --- ykval-synclib.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ykval-synclib.php b/ykval-synclib.php index e1b1256..97a5da5 100644 --- a/ykval-synclib.php +++ b/ykval-synclib.php @@ -55,7 +55,9 @@ class SyncLib } public function queue($modified, $otp, $identity, $counter, $use, $high, $low) { - $info='yk_identity=' . $identity . + $info='modified=' . $modified . + '&otp=' . $otp . + '&yk_identity=' . $identity . '&yk_counter=' . $counter . '&yk_use=' . $use . '&yk_high=' . $high .