1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
Bookmark app for ownCloud
Go to file
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
ajax fix apps/bookmarks if oc_bookmarks_tags is empty 2011-09-24 18:41:56 +02:00
appinfo Bookmarks DB structure change, description is optional 2011-08-23 15:24:44 +02:00
css Use an animated gif in add-bookmark form, while fetching metadata. 2011-09-06 17:13:03 +04:30
img initial commit of Bookmarks App 2011-08-15 22:05:07 +02:00
js Add link and other edit information to newly added bookmarks. 2011-09-13 16:10:52 +04:30
templates Add support of editing bookmarks. 2011-09-13 15:40:09 +04:30
addBm.php Move some common code to OC_Util 2011-09-18 21:31:56 +02:00
bookmarksHelper.php fix: links with parameters get cut off at & 2011-08-25 13:51:48 +02:00
index.php Move some common code to OC_Util 2011-09-18 21:31:56 +02:00