Modified newsportal cuz I'm an idiot.

This commit is contained in:
Retro_Guy 2023-05-02 13:57:48 -07:00
parent 3dc512b656
commit 05bce02b19
1 changed files with 3 additions and 3 deletions

View File

@ -656,9 +656,9 @@ function groups_show($gruppen) {
$found = 1;
break;
}
$dbh = null;
if($found) {
$lastarticleinfo['date'] = $row->date;
$articles_dbh = null;
if($found == 1) {
$lastarticleinfo['date'] = $row['date'];
// Put this in a function already!
$fromoutput = explode("<", html_entity_decode($row['name']));
// Just an email address?