bug #3123433 [interface] Avoid double escaping of MySQL errors.
commit89f03ef81b9705a15e3a173a316130e2acf9c4bb
authorMichal Čihař <michal@cihar.com>
Thu, 2 Dec 2010 16:14:59 +0000 (2 17:14 +0100)
committerMichal Čihař <michal@cihar.com>
Thu, 2 Dec 2010 16:14:59 +0000 (2 17:14 +0100)
tree956ae1e37f92c62184498b5f7c6138045462eac0
parent219f5a4fb913a5f748a0d871e751a0609dea5c17
bug #3123433 [interface] Avoid double escaping of MySQL errors.

The PMA_DBI_getError function already does escaping, so there is no need
to escape that string again on displaying.
ChangeLog
libraries/common.lib.php
sql.php