Skip to content

Commit

Permalink
Merge branch 'master' into mnemo_4_2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 17, 2013
2 parents a0795a3 + 7d433df commit f8de02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php
Expand Up @@ -645,7 +645,7 @@ public function setDeviceInfo(Horde_ActiveSync_Device $data, array $dirty = arra
*/
public function setDeviceProperties(array $data, $deviceId)
{
$query = 'UPDATE ' . $this->_syncDeviceTable . ' SET device_properties = ?,'
$query = 'UPDATE ' . $this->_syncDeviceTable . ' SET device_properties = ?'
. ' WHERE device_id = ?';
$properties = array(
serialize($data),
Expand Down

0 comments on commit f8de02c

Please sign in to comment.