mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-21 17:52:10 +01:00
more ticks
This commit is contained in:
parent
8b0011b6b5
commit
fa6c922868
@ -491,7 +491,7 @@ class Bookmarks {
|
||||
if ($dbtype === 'mysql') {
|
||||
$sql .= 'from dual ';
|
||||
}
|
||||
$sql .= 'where not exists(select * from `*PREFIX*bookmarks_tags` where bookmark_id = ? and tag = ?)';
|
||||
$sql .= 'where not exists(select * from `*PREFIX*bookmarks_tags` where `bookmark_id` = ? and `tag` = ?)';
|
||||
|
||||
$query = $db->prepareQuery($sql);
|
||||
foreach ($tags as $tag) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user