Skip to content

Commit

Permalink
Merge branch 'master' into nag_4_2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 17, 2013
2 parents 01cfdd1 + 7d433df commit 270e64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php
Original file line number Diff line number Diff line change
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 270e64b

Please sign in to comment.