projects
/
project/og.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4445587
)
#795470 by greggles | Amitaibu: Fixed Remove hard-coded og_rss_groups() html.
author
Amitai Burstein
Thu, 20 May 2010 07:41:23 +0000 (07:41 +0000)
committer
Amitai Burstein
Thu, 20 May 2010 07:41:23 +0000 (07:41 +0000)
og.module
patch
|
blob
|
blame
|
history
diff --git
a/og.module
b/og.module
index
b77701d
..
d62857e
100644
(file)
--- a/
og.module
+++ b/
og.module
@@
-1398,9
+1398,6
@@
function og_nodeapi(&$node, $op, $teaser = NULL, $page = NULL) {
),
);
}
-
- $node->body .= '<div class="og_rss_groups">'. theme('links', $append). '</div>';
- $node->teaser .= '<div class="og_rss_groups">'. theme('links', $append). '</div>';
return $ret;
}
break;