projects
/
bse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
495d071
)
_body_embed() isn't used, remove it
author
Tony Cook
<tony@develop-help.com>
Tue, 31 Mar 2015 12:40:44 +0000
(23:40 +1100)
committer
Tony Cook
<tony@develop-help.com>
Tue, 31 Mar 2015 12:40:44 +0000
(23:40 +1100)
site/cgi-bin/modules/BSE/Generate.pm
patch
|
blob
|
blame
|
history
diff --git
a/site/cgi-bin/modules/BSE/Generate.pm
b/site/cgi-bin/modules/BSE/Generate.pm
index 334f05838bd0e5c12519a5f0ebbcb5952fdebdb4..69a2cfc27e32e4997856f06075f396c56f8be0e0 100644
(file)
--- a/
site/cgi-bin/modules/BSE/Generate.pm
+++ b/
site/cgi-bin/modules/BSE/Generate.pm
@@
-313,7
+313,7
@@
Conditional tag, true if the current article is being embedded.
=cut
-our $VERSION = "1.02
4
";
+our $VERSION = "1.02
5
";
my $excerptSize = 300;
@@
-548,14
+548,6
@@
sub _embed_low {
return $result;
}
-sub _body_embed {
- my ($self, $acts, $articles, $which, $template, $maxdepth) = @_;
-
- my $text = $self->_embed_low($acts, $articles, $which, $template, $maxdepth);
-
- return $text;
-}
-
sub formatter_class {
require BSE::Formatter::Article;
return 'BSE::Formatter::Article'