fixed #9596: Articles now use a semi-unique pagination variable based on asset id

also restored the 'synopsis = first page' feature in Asset::Post::getSynopsisAndContent
This commit is contained in:
David Delikat 2009-01-29 17:45:52 +00:00
parent 70b0c262f5
commit e3e24b37b0
3 changed files with 18 additions and 1 deletions

View file

@ -550,6 +550,8 @@ sub getSynopsisAndContent {
my $body = shift;
unless ($synopsis) {
my @content;
if( $body =~ /\^\-\;/ ) {
@content = split(/\^\-\;/, $body ,2);
if( $body =~ /<p>/ ) {
@content = WebGUI::HTML::splitTag($body);
} else {