"tiny patch from Andreas Feldner <pelzi-at-flying-snail.de>, allowing for passwords containing a colon"

This commit is contained in:
Ralf Becker 2007-12-01 01:04:01 +00:00
parent 8a376b62ea
commit dbaed3389f

View File

@ -264,7 +264,7 @@ class Horde_SyncML_SyncMLHdr extends Horde_SyncML_ContentHandler {
$this->_credData = base64_decode($this->_credData);
//}
$tmp = split(':', $this->_credData);
$tmp = split(':', $this->_credData, 2);
// set only if not set by LocName already
if(!isset($this->_locName))
{