#318687 by hswong3i: Fix pgsql update error in aggregator module.

merge-requests/26/head
Angie Byron 2008-10-09 04:24:25 +00:00
parent 8fba6d2bfb
commit f070c5d014
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ function aggregator_refresh($feed) {
$image = '<a href="' . check_url($image['LINK']) . '" class="feed-image"><img src="' . check_url($image['URL']) . '" alt="' . check_plain($image['TITLE']) . '" /></a>';
}
else {
$image = NULL;
$image = '';
}
$etag = empty($result->headers['ETag']) ? '' : $result->headers['ETag'];