Skip to content

Commit

Permalink
rendered NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Jun 19, 2003
1 parent 34da469 commit a8bb9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/Admin/admin.pl
Expand Up @@ -1692,7 +1692,7 @@ sub updateStory {
introtext => $form->{introtext},
relatedtext => $form->{relatedtext},
subsection => $form->{subsection},
rendered => undef, # freshenup.pl will write this
-rendered => 'NULL', # freshenup.pl will write this
};
my $extras = $slashdb->getSectionExtras($data->{section});
if ($extras && @$extras) {
Expand Down Expand Up @@ -1887,7 +1887,7 @@ sub saveStory {
subid => $form->{subid},
subsection => $form->{subsection},
commentstatus => $form->{commentstatus},
rendered => undef, # freshenup.pl will write this
-rendered => 'NULL', # freshenup.pl will write this
};
my $extras = $slashdb->getSectionExtras($data->{section});
if ($extras && @$extras) {
Expand Down

0 comments on commit a8bb9f7

Please sign in to comment.