mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Empty commit
This commit is contained in:
parent
b791006371
commit
2e9f764979
@ -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 = '';
|
||||
|
@ -49,8 +49,6 @@ function next_hour() {
|
||||
|
||||
echo "$sqltime\n";
|
||||
|
||||
|
||||
|
||||
/*************************************************************************\
|
||||
//--------------Run every time ------------------------------------------//
|
||||
|
||||
@ -98,6 +96,7 @@ function next_hour() {
|
||||
|
||||
|
||||
|
||||
|
||||
/*************************************************************************\
|
||||
//--------------Run every hour ------------------------------------------//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user