From: garvinhicking Date: Tue, 25 Jul 2006 08:50:57 +0000 (+0000) Subject: uncomment a thing that shouldn't have been commented in first place :) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6027eeddff3510700ccb7bff9082faa2c8d86fdd;p=s9y.git uncomment a thing that shouldn't have been commented in first place :) --- diff --git a/include/functions_entries.inc.php b/include/functions_entries.inc.php index 0eb76e4..7ba5779 100644 --- a/include/functions_entries.inc.php +++ b/include/functions_entries.inc.php @@ -1108,7 +1108,7 @@ function serendipity_updertEntry($entry) { /* WYSIWYG-editor inserts empty ' ' for extended body; this is reversed here */ if (isset($entry['extended']) && (trim($entry['extended']) == '' || trim($entry['extended']) == '
' || trim($entry['extended']) == '

' || str_replace(array("\r", "\n", "\t", "\0", "
", "

", "

", "
"), array('', '', '', '', '', '', '', ''), trim($entry['extended'])) == '')) { -# $entry['extended'] = ''; + $entry['extended'] = ''; } if (strlen($entry['extended'])) {