[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.31
From: |
nomail |
Subject: |
[Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.31 |
Date: |
Tue, 22 Jun 2004 12:03:07 +0200 |
Update of /sync/inc
Modified Files:
Branch:
class.ipc_sync.inc.php
date: 2004/06/22 10:03:07; author: mkaemmerer; state: Exp; lines: +4 -4
Log Message:
- fixed setSyncitems
=====================================================================
Index: sync/inc/class.ipc_sync.inc.php
diff -u sync/inc/class.ipc_sync.inc.php:1.30
sync/inc/class.ipc_sync.inc.php:1.31
--- sync/inc/class.ipc_sync.inc.php:1.30 Tue Jun 22 09:34:14 2004
+++ sync/inc/class.ipc_sync.inc.php Tue Jun 22 10:03:07 2004
@@ -236,10 +236,10 @@
*
*/
- function setSyncItems($deviceid, $source, $mimetype, $mimeversion, $count,
$Items) {
+ function setSyncItems($deviceid, $source, $count, $Items) {
if ($this->debug)
error_log("setSyncItems: $deviceid, $source, $count, Items");
-
+
$result = array();
$fieldcount = 2;
for ($i = 0; $i < $count; $i++)
@@ -250,7 +250,7 @@
$deviceid,
$source,
$Items[$arraypointer], // LUID
- $mimetype,
+ '',
$Items[$arraypointer+1] // Data
)
);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.31,
nomail <=