Stud.IP  2.4 Revision 48548
 All Data Structures Namespaces Files Functions Variables Groups Pages
newsticker.inc.php File Reference

Variables

 $js_only = $this->config->getValue("Main", "jsonly")
 $topics = array()
 $query
 $statement = DBManager::get()->prepare($query)

Variable Documentation

$js_only = $this->config->getValue("Main", "jsonly")
$query
Initial value:
"SELECT news.topic
FROM news_range
LEFT JOIN news USING (news_id)
WHERE range_id LIKE ? AND UNIX_TIMESTAMP() BETWEEN date AND date + expire
ORDER BY date DESC"
$statement = DBManager::get()->prepare($query)
$topics = array()