summaryrefslogtreecommitdiff
path: root/lib/exe/indexer.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-02-05 10:03:19 +0100
committerAdrian Lang <lang@cosmocode.de>2010-02-08 10:16:12 +0100
commit25fabd1de0b6421edfdfb47904354a7b8bff16e0 (patch)
treeab5626bb5c4ae6fd7dcc15feb6176c3c27514284 /lib/exe/indexer.php
parent9bec85f2322b78de408af08a84bf7de4200c8d2c (diff)
downloadrpg-25fabd1de0b6421edfdfb47904354a7b8bff16e0.tar.gz
rpg-25fabd1de0b6421edfdfb47904354a7b8bff16e0.tar.bz2
Fix documentation for subscribe_time
Diffstat (limited to 'lib/exe/indexer.php')
-rw-r--r--lib/exe/indexer.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/exe/indexer.php b/lib/exe/indexer.php
index 84eb9d482..35aa1beef 100644
--- a/lib/exe/indexer.php
+++ b/lib/exe/indexer.php
@@ -365,7 +365,8 @@ function sendDigest() {
list($user, $style, $lastupdate) = $data;
$lastupdate = (int) $lastupdate;
if ($lastupdate + $conf['subscribe_interval'] > time()) {
- // Less than a day passed since last update.
+ // Less than the configured time period passed since last
+ // update.
continue;
}