diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-02-05 10:03:19 +0100 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-02-08 10:16:12 +0100 |
commit | 25fabd1de0b6421edfdfb47904354a7b8bff16e0 (patch) | |
tree | ab5626bb5c4ae6fd7dcc15feb6176c3c27514284 /lib/exe | |
parent | 9bec85f2322b78de408af08a84bf7de4200c8d2c (diff) | |
download | rpg-25fabd1de0b6421edfdfb47904354a7b8bff16e0.tar.gz rpg-25fabd1de0b6421edfdfb47904354a7b8bff16e0.tar.bz2 |
Fix documentation for subscribe_time
Diffstat (limited to 'lib/exe')
-rw-r--r-- | lib/exe/indexer.php | 3 |
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; } |