Home
last modified time | relevance | path

Searched refs:newsChannelTtl (Results 1 – 3 of 3) sorted by relevance

/plugin/news/scripts/
H A Dnewsfeed.php19 global $newsChannelTtl;
61 $newsChannelTtl = isset($ini_array[$which]['ttl']) ? $ini_array[$which]['ttl'] : $helper->ttl(); variable
76 if(!$newsChannelTtl && isset($conf['plugin']['news']['ttl'])) {
77 $newsChannelTtl = $conf['plugin']['news']['ttl']; variable
H A DfeedData.php17 global $newsChannelTtl;
188 global $newsChannelTtl;
189 if(!$newsChannelTtl) return $this->ttl;
190 return $newsChannelTtl;
/plugin/news/
H A Dadmin.php237 global $newsChannelTtl;
245 …$newsChannelTtl = isset($ini_array[$which]['ttl']) ? $ini_array[$which]['ttl'] : $this->getConf('t…
251 $newsChannelTtl = $this->getConf('ttl');