Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
2e8e54ae
Commit
2e8e54ae
authored
Jul 27, 2006
by
drumm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#61433
by bozo, fix some logic around the GUID addition.
parent
b6ee7cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/aggregator/aggregator.module
modules/aggregator/aggregator.module
+3
-3
No files found.
modules/aggregator/aggregator.module
View file @
2e8e54ae
...
...
@@ -859,12 +859,12 @@ function aggregator_parse_feed(&$data, $feed) {
if
(
$item
[
'LINK'
])
{
$link
=
$item
[
'LINK'
];
}
if
(
$item
[
'GUID'
])
{
$guid
=
$item
[
'GUID'
];
}
else
{
$link
=
$feed
[
'link'
];
}
if
(
$item
[
'GUID'
])
{
$guid
=
$item
[
'GUID'
];
}
/**
* Atom feeds have a CONTENT and/or SUMMARY tag instead of a DESCRIPTION tag
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment