Commit aa0bee2f authored by Ad Schellevis's avatar Ad Schellevis
parent 2ba1c056
......@@ -459,7 +459,7 @@ function process_alias_urltable($name, $url, $freq, $forceupdate=false) {
mkdir($urltable_prefix);
}
if (empty($freq)) {
$update_freq = 86400 - 90;
$update_freq = 86310;
} else {
$update_freq = $freq * 86400 - 90;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment