mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Fix the typo introduced in the last commit and already fixed in the trunk
This commit is contained in:
parent
e784812eb3
commit
a045eaaff5
@ -212,11 +212,11 @@ class Horde_SyncML_Command_Put extends Horde_SyncML_Command {
|
|||||||
{
|
{
|
||||||
switch (strtolower(trim($matches[1])))
|
switch (strtolower(trim($matches[1])))
|
||||||
{
|
{
|
||||||
case 'outlook plug-in'
|
case 'outlook plug-in':
|
||||||
default:
|
default:
|
||||||
$this->_deviceInfo['deviceType'] = 'workstation';
|
$this->_deviceInfo['deviceType'] = 'workstation';
|
||||||
break;
|
break;
|
||||||
case 'pocket pc plug-in'
|
case 'pocket pc plug-in':
|
||||||
$this->_deviceInfo['deviceType'] = 'windowsmobile';
|
$this->_deviceInfo['deviceType'] = 'windowsmobile';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -154,11 +154,11 @@ class Horde_SyncML_Command_Results extends Horde_SyncML_Command {
|
|||||||
{
|
{
|
||||||
switch (strtolower(trim($matches[1])))
|
switch (strtolower(trim($matches[1])))
|
||||||
{
|
{
|
||||||
case 'outlook plug-in'
|
case 'outlook plug-in':
|
||||||
default:
|
default:
|
||||||
$this->_deviceInfo['deviceType'] = 'workstation';
|
$this->_deviceInfo['deviceType'] = 'workstation';
|
||||||
break;
|
break;
|
||||||
case 'pocket pc plug-in'
|
case 'pocket pc plug-in':
|
||||||
$this->_deviceInfo['deviceType'] = 'windowsmobile';
|
$this->_deviceInfo['deviceType'] = 'windowsmobile';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user