Bugfix: bookmark duplicate check on mysqli
authorTakuya Ono <takuya-o@users.sourceforge.net>
Mon, 5 Sep 2016 14:00:00 +0000 (23:00 +0900)
committerTakuya Ono <takuya-o@users.sourceforge.net>
Mon, 5 Sep 2016 14:00:00 +0000 (23:00 +0900)
commit53ed2435e2c70b9ab7e76a2c21c444641bd97977
treeab7dee9e9b0f14b4a4619457bb8a6badc80096ec
parent6b82542171500ea7134f7a4095b79cb781351465
Bugfix: bookmark duplicate check on mysqli

There was a bug that the bookmarkExists() always return false by the mysqli driver.
includes/db/mysqli.php

Benjamin Mako Hill || Want to submit a patch?