"fixed syntax error, missing colons, thanks to pgoerzen-at-hustlerturf.com"

This commit is contained in:
Ralf Becker 2007-12-20 20:56:56 +00:00
parent c44e546285
commit 12498d655f

View File

@ -154,11 +154,11 @@ class Horde_SyncML_Command_Results 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;
}