Simply add a comment in overboard.php.

This commit is contained in:
Retro_Guy 2024-05-05 10:21:00 -07:00
parent 116d47a29f
commit 1fe668449d
1 changed files with 1 additions and 0 deletions

View File

@ -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];