diff --git a/design/privateheader.php b/design/privateheader.php
index 60ea39df..895a18cc 100644
--- a/design/privateheader.php
+++ b/design/privateheader.php
@@ -114,13 +114,13 @@
}
- if (!empty(G::$LoggedUser['UseOpenDyslexic'])) {
+}
+if (!empty(G::$LoggedUser['UseOpenDyslexic'])) {
// load the OpenDyslexic font
?>
- }
}
$ExtraCSS = explode(',', $CSSIncludes);
foreach ($ExtraCSS as $CSS) {
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index cf63e6cf..d4751edb 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -1,5 +1,11 @@
CHANGE LOG
+2014-02-11 by alderaan
+Re-enable torrent inactivity deletion for public Gazelle. This was accidentally put in a public release.
+
+2014-02-11 by alderaan
+Enable usage of the OpenDyslexic fonts on the mobile version of the site
+
2014-01-28 by alderaan
Adv. User Search: Replace date format tooltips with "placeholder" HTML attributes
diff --git a/sections/schedule/index.php b/sections/schedule/index.php
index 006e7549..ebf0d3fb 100644
--- a/sections/schedule/index.php
+++ b/sections/schedule/index.php
@@ -971,7 +971,8 @@ function next_hour() {
sleep(10);
$i = 0;
- /*$DB->query("
+
+ $DB->query("
SELECT
t.ID,
t.GroupID,
@@ -1038,7 +1039,7 @@ function next_hour() {
INSERT INTO log (Message, Time)
VALUES $Values");
echo "\nDeleted $i torrents for inactivity\n";
- }*/
+ }
$DB->query("
SELECT SimilarID