Commit info for scoop/lib/Scoop/Stories:
Modified Files:
Elements.pm
Log Message:
Macro changes to the core files. -- hulver
Index: Elements.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Stories/Elements.pm,v
retrieving revision 1.109
retrieving revision 1.110
diff -r1.109 -r1.110
63a64,67
> if ((exists $S->{UI}->{VARS}->{use_macros} && $S->{UI}->{VARS}->{use_macros})) {
> $body = $S->process_macros($body);
> }
>
144a149,152
> if ((exists $S->{UI}->{VARS}->{use_macros} && $S->{UI}->{VARS}->{use_macros})) {
> $text = $S->process_macros($text);
> }
>
168,176c176
< my $friendlist = ' ';
< #if ($S->{UID} >= 0 && $story->{section} eq 'Diary' && $story->{displaystatus} >= 0) {
< # my $flag = $S->check_for_friend_list($story->{'aid'});
< # if ($flag) {
< # $friendlist = qq|%%friendlist_remove_link%%|;
< # } else {
< # $friendlist = qq|%%friendlist_link%%|;
< # }
< #}
---
> my $friendlist = '';