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; $found = 1;
break; break;
} }
$dbh = null; $articles_dbh = null;
if($found) { if($found == 1) {
$lastarticleinfo['date'] = $row->date; $lastarticleinfo['date'] = $row['date'];
// Put this in a function already! // Put this in a function already!
$fromoutput = explode("<", html_entity_decode($row['name'])); $fromoutput = explode("<", html_entity_decode($row['name']));
// Just an email address? // Just an email address?