[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] sync/inc/class.bo_sync.inc.php, 1.30
From: |
nomail |
Subject: |
[Phpgroupware-cvs] sync/inc/class.bo_sync.inc.php, 1.30 |
Date: |
Fri, 21 May 2004 21:20:05 -0000 |
Update of /sync/inc
Modified Files:
Branch:
class.bo_sync.inc.php
date: 2004/04/28 13:42:11; author: mkaemmerer; state: Exp; lines: +2 -2
Log Message:
- fixed typo iin getSyncItemFromID
=====================================================================
Index: sync/inc/class.bo_sync.inc.php
diff -u sync/inc/class.bo_sync.inc.php:1.29 sync/inc/class.bo_sync.inc.php:1.30
--- sync/inc/class.bo_sync.inc.php:1.29 Wed Apr 28 12:21:39 2004
+++ sync/inc/class.bo_sync.inc.php Wed Apr 28 13:42:11 2004
@@ -194,7 +194,7 @@
// temporary work around for palm vcard problem: palm uses vcard 3.0,
others 2.1 (Weblicon Client)
// will be replaced by mime version handling from device information
later
// Synthesis uses also 3.0 for PocketPC
- $devinfo = $this->so->GetDeviceInfo($device_id);
+ $devinfo = $this->so->GetDeviceInfo($deviceid);
if ((strpos($devinfo['uri'], "Palm") > 0) || (strpos($devinfo['uri'],
"ebliconSync_") > 0)
|| (strlen($devinfo['uri']) == 20))
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] sync/inc/class.bo_sync.inc.php, 1.30,
nomail <=