1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-02 06:24:11 +01:00
OwncloudBookmarksOfficial/ajax
Florian Pritz 619ff59236 fix apps/bookmarks if oc_bookmarks_tags is empty
If you have bookmarks, but there are no tags in oc_bookmarks_tags, the
query doesn't return any results. Using a left join fixes this.

Reference:
http://stackoverflow.com/questions/3171276/select-multiple-tables-when-one-table-is-empty-in-mysql

Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-24 18:41:56 +02:00
..
addBookmark.php Add link and other edit information to newly added bookmarks. 2011-09-13 16:10:52 +04:30
delBookmark.php fix: links with parameters get cut off at & 2011-08-25 13:51:48 +02:00
editBookmark.php Add support of editing bookmarks. 2011-09-13 15:40:09 +04:30
getMeta.php fix: links with parameters get cut off at & 2011-08-25 13:51:48 +02:00
recordClick.php fix: links with parameters get cut off at & 2011-08-25 13:51:48 +02:00
updateList.php fix apps/bookmarks if oc_bookmarks_tags is empty 2011-09-24 18:41:56 +02:00