mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-07 13:59:07 +00:00
Empty commit
This commit is contained in:
parent
b791006371
commit
2e9f764979
@ -62,6 +62,7 @@
|
|||||||
$BookmarkView = !empty($_GET['bookmarks']);
|
$BookmarkView = !empty($_GET['bookmarks']);
|
||||||
|
|
||||||
if ($BookmarkView) {
|
if ($BookmarkView) {
|
||||||
|
$Categories[] = 0;
|
||||||
$BookmarkJoin = 'INNER JOIN bookmarks_collages AS bc ON c.ID = bc.CollageID';
|
$BookmarkJoin = 'INNER JOIN bookmarks_collages AS bc ON c.ID = bc.CollageID';
|
||||||
} else {
|
} else {
|
||||||
$BookmarkJoin = '';
|
$BookmarkJoin = '';
|
||||||
|
@ -49,8 +49,6 @@ function next_hour() {
|
|||||||
|
|
||||||
echo "$sqltime\n";
|
echo "$sqltime\n";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************\
|
/*************************************************************************\
|
||||||
//--------------Run every time ------------------------------------------//
|
//--------------Run every time ------------------------------------------//
|
||||||
|
|
||||||
@ -98,6 +96,7 @@ function next_hour() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************\
|
/*************************************************************************\
|
||||||
//--------------Run every hour ------------------------------------------//
|
//--------------Run every hour ------------------------------------------//
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user