Empty commit

This commit is contained in:
Git 2012-03-14 08:00:27 +00:00
parent b791006371
commit 2e9f764979
2 changed files with 2 additions and 2 deletions

View File

@ -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 = '';

View File

@ -49,8 +49,6 @@ function next_hour() {
echo "$sqltime\n";
/*************************************************************************\
//--------------Run every time ------------------------------------------//
@ -98,6 +96,7 @@ function next_hour() {
/*************************************************************************\
//--------------Run every hour ------------------------------------------//