@apfelmaenchen:

is this the expected, but forgotten change?
Please correct if I'm wrong
(this let me build Yacy again)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7692 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
sixcooler 14 years ago
parent e7c2ea193b
commit 1ea0bc775c

@ -166,7 +166,7 @@ public class Table_YMark_p {
}
}
try {
sb.tables.bookmarks.addBookmark(bmk_user, bmk, false);
sb.tables.bookmarks.addBookmark(bmk_user, bmk, false, false);
} catch (IOException e) {
Log.logException(e);
} catch (RowSpaceExceededException e) {

Loading…
Cancel
Save