Dennis P. Nikolaenko wrote:
Err, that is not MySQL driver specific, actually. In _skipDelimitedStrings() I get for $query when saving my identity:
SET
name
='Dennis P. Nikolaenko',organization
='foo'',reply-to
='',bcc
='',standard
='1',signature
='Regards,\r\nDennis P. Nikolaenko',html_signature
=0 WHERE identity_id=? AND user_id=? AND del<>1This is legal SQL. But _skipDelimitedStrings() essentially counts ' to get the idea where strings start and end. It does not handle the case when string contains embedded '
I thought it was fixed in MDB2 package, see http://trac.roundcube.net/log/trunk/roundcubemail/program/lib/MDB2.php