SQL Query: SELECT *, UNIX_TIMESTAMP(bookmark_created) AS bookmark_created FROM favorite_bookmarks INNER JOIN favorite_links USING(link_id) INNER JOIN favorite_user USING(user_id) WHERE bookmark_id IN () ORDER BY bookmark_id DESC
SQL Error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY bookmark_id DESC' at line 1
File: /var/www/bookmarks.favoriten.de/htdocs/module/PublicFrontend/PublicFrontend.class.php
Line: 165

Fatal error: Class 'file' not found in /var/www/bookmarks.favoriten.de/htdocs/framework/internals/db/db.class.php on line 501