Bugfix: bookmark duplicate check on mysqli
authorTakuya Ono <takuya-o@users.sourceforge.net>
Mon, 5 Sep 2016 14:00:00 +0000 (23:00 +0900)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 29 May 2023 18:09:43 +0000 (11:09 -0700)
commitc2ead76a8baa292d9d5680506e49e9b67d71753f
tree35c71522993d205faa30f8cc9fa7d8ea836239d8
parenta914fa4a9fe3ef4e708e983da8a53edada5e09aa
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?