Simply add a comment in overboard.php.
This commit is contained in:
parent
116d47a29f
commit
1fe668449d
|
@ -169,6 +169,7 @@ $table = 'overview';
|
|||
$dbh = overview_db_open($database, $table);
|
||||
$query = $dbh->prepare('SELECT * FROM ' . $table . ' WHERE newsgroup=:findgroup AND date >= ' . $cachedate . ' ORDER BY date DESC LIMIT ' . $maxdisplay);
|
||||
foreach ($grouplist as $findgroup) {
|
||||
// Remove any group description info from group name
|
||||
$groups = preg_split("/(\ |\t)/", $findgroup, 2);
|
||||
$findgroup = $groups[0];
|
||||
|
||||
|
|
Loading…
Reference in New Issue