bookmarks.admin.inc line 729:
updated FROM menu_links WHERE mlid=%d
should be:
updated FROM {menu_links} WHERE mlid=%d
bookmarks.admin.inc line 763:
SELECT mlid FROM menu_links WHERE plid=%d
should be:
SELECT mlid FROM {menu_links} WHERE plid=%d
Comments
Comment #1
Anonymous (not verified) commentedD'oh.
I should really stop committing code in the middle of the night.
I'll make sure this gets fixed in the next release. Thanks for catching it.
Comment #2
AlexisWilke commentedIn the version I have there is a missing { } set for mlid and it happens to be on line 763 too.
when the menu_links is actually correct and is on line 758...
Thank you.
Alexis Wilke
Comment #3
Anonymous (not verified) commentedFixed in 6.x-2.4.