diff --git a/sections/collages/browse.php b/sections/collages/browse.php index cac78a5b..48f95659 100644 --- a/sections/collages/browse.php +++ b/sections/collages/browse.php @@ -62,6 +62,7 @@ $BookmarkView = !empty($_GET['bookmarks']); if ($BookmarkView) { + $Categories[] = 0; $BookmarkJoin = 'INNER JOIN bookmarks_collages AS bc ON c.ID = bc.CollageID'; } else { $BookmarkJoin = ''; diff --git a/sections/schedule/index.php b/sections/schedule/index.php index 16f112c8..73a89b79 100644 --- a/sections/schedule/index.php +++ b/sections/schedule/index.php @@ -49,8 +49,6 @@ function next_hour() { echo "$sqltime\n"; - - /*************************************************************************\ //--------------Run every time ------------------------------------------// @@ -98,6 +96,7 @@ function next_hour() { + /*************************************************************************\ //--------------Run every hour ------------------------------------------//