Skip to content

Commit

Permalink
[jan] Remove workarounds for ancient Synthesis clients (Bug #10942).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 27, 2016
1 parent f13daf2 commit b12e66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions framework/SyncMl/lib/Horde/SyncMl/State.php
Expand Up @@ -284,9 +284,6 @@ public function getDevice()
/* The Morola A1000 has a similar (UIQ) firmware as the
* P800: */
$this->_deviceDriver = 'P800';
} elseif (!empty($di->Man) &&
stristr($di->Man, 'synthesis') !== false) {
$this->_deviceDriver = 'Synthesis';
} elseif (!empty($di->Man) &&
stristr($di->Man, 'nokia') !== false) {
$this->_deviceDriver = 'Nokia';
Expand Down
2 changes: 2 additions & 0 deletions framework/SyncMl/package.xml
Expand Up @@ -22,6 +22,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Remove workarounds for ancient Synthesis clients (Bug #10942).
* [jan] Mark PHP 7 as supported.
</notes>
<contents>
Expand Down Expand Up @@ -1336,6 +1337,7 @@ Make the SyncML package independant from Horde, provide a new Sql backend as a r
<date>2014-12-03</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Remove workarounds for ancient Synthesis clients (Bug #10942).
* [jan] Mark PHP 7 as supported.
</notes>
</release>
Expand Down

0 comments on commit b12e66b

Please sign in to comment.