mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
"fixed syntax error, missing colons, thanks to pgoerzen-at-hustlerturf.com"
This commit is contained in:
parent
12498d655f
commit
d570952210
@ -212,11 +212,11 @@ class Horde_SyncML_Command_Put extends Horde_SyncML_Command {
|
||||
{
|
||||
switch (strtolower(trim($matches[1])))
|
||||
{
|
||||
case 'outlook plug-in'
|
||||
case 'outlook plug-in':
|
||||
default:
|
||||
$this->_deviceInfo['deviceType'] = 'workstation';
|
||||
break;
|
||||
case 'pocket pc plug-in'
|
||||
case 'pocket pc plug-in':
|
||||
$this->_deviceInfo['deviceType'] = 'windowsmobile';
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user